Markdown Tree Structure Template
作者:XD / 发表: 2020年10月21日 08:31 / 更新: 2020年10月21日 08:33 / 编程笔记 / 阅读量:2062
It is easy and clear to use the markdown tree structure template displaying files in the folder.
D:\test\
├─ test1
│ └─ test1.md
├─ test2
│ └─ test2.md
├─ test3
│ ├─ test3-1
│ │ └─ test3-1.md
│ ├─ test3-2
│ │ └─ test3-2.md
│ ├─ test3-3
│ │ └─ test3-3.md
│ └─ test3.md
├─ test4
│ └─ test4.md
├─ test5
│ └─ test5.md
└test.md