You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using TOC.md to represent table of contents, It is a restricted markdown format that only allows several known markdown syntax, like links and ATX headers.
Sometimes these files can be very big and exceed maximum leading count as defined by common mark spec, like this one,
The ask is if it is possible to have an option in HeadingBlockParser that can override the default max leading count (6), so we can reuse HeadingBlockParser to parse our special TOC markdown.
We are using
TOC.md
to represent table of contents, It is a restricted markdown format that only allows several known markdown syntax, like links and ATX headers.Sometimes these files can be very big and exceed maximum leading count as defined by common mark spec, like this one,
The ask is if it is possible to have an option in
HeadingBlockParser
that can override the default max leading count (6), so we can reuseHeadingBlockParser
to parse our special TOC markdown.Related dotnet/docfx#3874
The text was updated successfully, but these errors were encountered: