Products
Heading/chapter numbering in Wiki
Instead of {toc} you can use #toc("1" "3" "true")
This will make headings 1-3 numbered, and will show a table of contents at the place where #toc appears.
To simply enable numbering of chapt...
Instead of {toc} you can use #toc(“1” “3” “true”)
This will make headings 1-3 numbered, and will show a table of contents at the place where #toc appears.
To simply enable numbering of chapters/headings without displaying the table of contents, you can use a commented construction:
<!– #toc(“1” “3” “true”) –>
Note that mixed usage of #toc and {toc} breaks functionality – if {toc} is used, no numbering is shown.


