Flayms/Markdown2Pdf

Rework TOC options

Closed this issue · 1 comments

Create separate TOC options class:

  • Add option for MinDepth (e.g. to exclude h1s)
  • Add option for ExcludeRegex (e.g. to exclude ''## Table of Contents")

If only h2-h6 headers set MinDepth to h2 by default.

Solved with #55