1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 20:38:01 +00:00

Add classes to the toc macro output

This commit is contained in:
Jermolene
2014-08-31 14:05:43 +01:00
parent 2bebde6081
commit 559afcffd9
2 changed files with 5 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ There are several variants of the macro:
* `<<toc-expandable>>` produces an expandable tree of links
* `<<toc-selective-expandable>>` produces an expandable tree of links where the expand/contract buttons are only shown for entries that possess child nodes
The macros all generate HTML ordered lists. The `<ol>` elements are given the class `tc-toc`, with the expandable variant also having the class `tc-toc-expandable` and the selective expandable variant also having the class `tc-toc-selective-expandable`.
! Parameters
|!Position |!Name |!Description |!Default |