Skip to content

Commit

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

<Tree>
<ul>
<ul>components</ul>
<li>
src
<ul>hooks</ul>
<ul>
<ul>components</ul>
<li>directory <ul></ul></li>
<li>index.md</li>
</ul>
</li>
Expand All @@ -205,22 +201,15 @@ 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>
directory
+ <small>没有子项的文件夹</small>
<ul></ul>
</li>
<li>
index.md
+ <small>这是 index.md</small>
Expand All @@ -239,22 +228,15 @@ 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>
directory
<small>没有子项的文件夹</small>
<ul></ul>
</li>
<li>
index.md
<small>这是 index.md</small>
Expand Down

0 comments on commit 3ef58dd

Please sign in to comment.