-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #27 Relates-to: 547eeb5#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
- Loading branch information
1 parent
217c9ec
commit 0229dea
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"""Patch mdx_truly_sane_lists to recognize the number used in ordered lists | ||
Usage: [Sane Lists — Python-Markdown documentation](https://python-markdown.github.io/extensions/sane_lists/) | ||
""" | ||
|
||
# https://github.com/radude/mdx_truly_sane_lists/issues/21#issuecomment-2028015918 | ||
from mdx_truly_sane_lists.mdx_truly_sane_lists import TrulySaneOListProcessor | ||
|
||
TrulySaneOListProcessor.LAZY_OL = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters