Closed rprimet closed 8 months ago
To support header levels > 6, we must unfortunately depend on markdown-it-py internal APIs.
We should rewrite the more_headings rule to track the most recent version (preferred) or pin markdown-it-py < 3.0.0
more_headings
Thankfully there does not seem to be any breakage at this time, only deprecation warnings.
To support header levels > 6, we must unfortunately depend on markdown-it-py internal APIs.
We should rewrite the
more_headings
rule to track the most recent version (preferred) or pin markdown-it-py < 3.0.0Thankfully there does not seem to be any breakage at this time, only deprecation warnings.