Markdown tree

MD
S
Markdown

Examples and syntax guide for creating hierarchical lists and structures in Markdown format.

packages/ ├── foo-pkg │ └── package.json ├── bar-pkg │ └── package.json ├── baz-pkg │ └── package.json └── qux-pkg └── package.json src/ ├── admin │ ├── my-app │ │ └── package.json │ ├── stuff │ │ └── package.json │ └── things │ └── package.json ├── profile │ └── more-things │ └── package.json ├── property │ ├── more-stuff │ │ └── package.json │ └── other-things │ └── package.json └── upload └── other-stuff └── package.json

Created on 4/16/2019