carvah7k downloadsCreate a beautiful and intuitive directory tree using Markdown-oriented code style using tabs, spaces and enters.
To create directory trees with a more visually appealing format using the Markdown Tree plugin, follow these steps:
Consider the following directory structure:
root
second
third
fourth
file1.jpg
file2.txt
file3.pdf
To transform this structure into a prettier directory tree using the Markdown Tree plugin, use the following input:
```markdown-tree
root
second
third
fourth
file1.jpg
file2.txt
file3.pdf
When rendered the output will be:
.
└── root
└── second
└── third
└── fourth
├── file1.jpg
├── file2.txt
└── file3.pdf
Credits to https://gitlab.com/nfriend for making the most used directory plugin online in https://tree.nathanfriend.io/