CatalaLang / catleg

Development tools for catala programming in the context of French legislative texts.
https://catleg.readthedocs.io/
Apache License 2.0
1 stars 2 forks source link

Update atex rule (more_headings) for markdown-it-py >= 3.0.0 #70

Closed rprimet closed 8 months ago

rprimet commented 1 year 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

Thankfully there does not seem to be any breakage at this time, only deprecation warnings.