-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, only markdown is parsed, but <h2...>
and friends should also work.
While working on this feature, there are some major complexity points here: mainly:
Do we want to allow a mixed mode? So there are #
in the code and <h1>
and friends.
Markdig doesn't support parsing HTML elements out of the box - therefore, we might need to use something like Anglesharp to parse the HTML itself.
For the time being, keeping the HTML Toc (if there is one) might be the easier solution.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request