Skip to content

Commit

Permalink
feat: update the tree markdown doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andybuibui authored May 15, 2024
1 parent ed460f9 commit ce2945e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,12 @@ features:
```md
<Tree>
<ul>
<ul>components</ul>
<li>
src
<ul>hooks</ul>
<ul>
<ul>components</ul>
<li>index.md</li>
</ul>
</li>
Expand All @@ -184,9 +187,12 @@ features:

<Tree>
<ul>
<ul>components</ul>
<li>
src
<ul>hooks</ul>
<ul>
<ul>components</ul>
<li>index.md</li>
</ul>
</li>
Expand All @@ -199,10 +205,22 @@ features:
```diff
<Tree>
<ul>
<ul>
components
+ <small>这是 components 文件夹</small>
</ul>
<li>
src
+ <small>这是 src 文件夹</small>
<ul>
hooks
+ <small>这是 hooks 文件夹</small>
</ul>
<ul>
<ul>
components
+ <small>这是 components 文件夹</small>
</ul>
<li>
index.md
+ <small>这是 index.md</small>
Expand All @@ -221,10 +239,22 @@ features:

<Tree>
<ul>
<ul>
components
<small>这是 components 文件夹</small>
</ul>
<li>
src
<small>这是 src 文件夹</small>
<ul>
hooks
<small>这是 hooks 文件夹</small>
</ul>
<ul>
<ul>
components
<small>这是 components 文件夹</small>
</ul>
<li>
index.md
<small>这是 index.md</small>
Expand Down

0 comments on commit ce2945e

Please sign in to comment.