add documentation for toc and toc-tree shortcode

This commit is contained in:
Robert Kaussow 2020-02-16 23:39:23 +01:00
parent 0019007a37
commit d9fc5a22b5
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,17 @@
Simple wrapper to generate a page Table of Content from a shortcode.
```tpl
{{</* toc */>}}
```
{{< toc >}}
## Level 1
## Level 2
### Level 2.1
### Level 2.2