Flayms / Markdown2Pdf

.NET library for converting markdown to PDF.
https://www.nuget.org/packages/Markdown2Pdf/
MIT License
5 stars 1 forks source link

Rework TOC options #54

Closed Flayms closed 4 months ago

Flayms commented 5 months ago

Create separate TOC options class:

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

Flayms commented 4 months ago

Solved with #55