Extension tree

Display a tree hierarchy, like a folder structure.

TypeMarkdown Paragraph Extension
Tagtree

Example 1

  • course/
    • pages/
      • index.md
      • hello.md
    • templates/
      • page.html
    • assets/
      • ...
    • figures/
      • ...
    • index.html
    • hello.html

Source Code

:tree:
- course/
    - pages/
        - index.md
        - hello.md
    - templates/
        - page.html
    - assets/
        - ...
    - figures/
        - ...
    - index.html
    - hello.html
:tree:
- course/
    - pages/
        - index.md
        - hello.md
    - templates/
        - page.html
    - assets/
        - ...
    - figures/
        - ...
    - index.html
    - hello.html
Edit this page