We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a72b8a4 + 1b35b52 commit 9a25ccdCopy full SHA for 9a25ccd
README.md
@@ -48,3 +48,13 @@ just do:
48
```
49
50
The table of contents will be injected into this element at run time.
51
+
52
53
+To control the number of child headers that will be included in the TOC, use the
54
+`@outline` tag like so:
55
56
+```
57
+@outline 2
58
59
60
+This will include `<h2>` and `<h3>` elements, rather than the normal `<h2>` only.
0 commit comments