You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

h2leveldiscovery.md 548 B

10 years ago
12345678910
  1. Automatic H2 level ToC entry discovery
  2. ======================================
  3. `Docnet` will automatically add all H2 (`##` marked) headers to the ToC as sub navigation elements below a page ToC item. It will automatically add anchors to these H2 headers in the HTML output for the page as well. This makes it very easy to create a fine-grained ToC for easy discovery.
  4. This behavior can be overridden by the `MaxLevelInToC` [configuration option](./docnetjson.md).
  5. @alert info
  6. Note that level 1 headings (titles) are never shown in the ToC).
  7. @end

No Description