Class SimTocExtension

java.lang.Object
com.vladsch.flexmark.ext.toc.SimTocExtension
All Implemented Interfaces:
Formatter.FormatterExtension, HtmlRenderer.HtmlRendererExtension, Parser.ParserExtension, Extension

Extension for tocs

Create it with create() and then configure it on the builders

The parsed [TOC] text is turned into SimTocBlock nodes. Rendered into table of contents based on the headings in the document