Open lofcz opened 2 weeks ago
Hi I was looking at your issue and would like to suggest you to set 2 options:
converter.ContinueNumbering = false
and for the heading, I'm not sure what you would really expect (just the style applied or having numbered heading?) but you can try also with converter.SupportsHeadingNumbering = false
(sorry this is not yet published to a proper nuget package, still working on this release).
Let me know if that sounds okay to you.
Describe the bug If there is a
ol
nested in aul
'sli
, the first marker is incorrectly swapped.Repro
Should be:
Currently renders as:
Also, are nested lists of level 3+ not supported? Converting the same document with Pandoc handles them correctly: