ToC example - EdoFro/Freeplane_MarkdownHelper GitHub Wiki

/ Tutorial Examples / MDH nodes / ToC example


<<< MDH nodes - Web Link example >>>

ToC


Creates an automatic Table of Contents of the document

  • It has two attributes that modifies its content
    • TOClevels
      • Indicates how many headers levels must be included in the table of content
      • Integer
    • TOCindent
      • Indicates if the headers in the table must be indented or not.
      • Boolean

1. ToC example


MDHnodes-TOC.gif

The resulting document can be seen here: MD-ex01_03.md


<<< MDH nodes - Web Link example >>>