summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-12-25 15:28:18 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-12-25 15:28:18 -0500
commitffc9f25e734a8ca5397f2dfd09c1e31725624ee0 (patch)
tree08ecd456412bc99955466b007b9aee4c794fed0a /doc/ikiwiki
parent7cf435b678e99ca9956de5d0454371b30c610b66 (diff)
toc: Add startlevel parameter. (kerravonsen)
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/toc.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/toc.mdwn b/doc/ikiwiki/directive/toc.mdwn
index bf504dafc..bb1afa1ac 100644
--- a/doc/ikiwiki/directive/toc.mdwn
+++ b/doc/ikiwiki/directive/toc.mdwn
@@ -14,6 +14,12 @@ the `levels` parameter:
The toc directive will take the level of the first header as the topmost
level, even if there are higher levels seen later in the file.
+To create a table of contents that only shows headers starting with a given
+level, use the `startlevel` parameter. For example, to show only h2 and
+smaller headers:
+
+ \[[!toc startlevel=2]]
+
The table of contents will be created as an ordered list. If you want
an unordered list instead, you can change the list-style in your local
style sheet.