‹›
markdown.extensions.sane_lists
¶
Modify the behavior of Lists in Python-Markdown to act in a sane manor.
See documentation for details.
‹›
markdown.extensions.sane_lists.SaneOListProcessor(parser: blockparser.BlockParser)
¶
Bases: OListProcessor
Override SIBLING_TAGS
to not include ul
and set LAZY_OL
to False
.
‹›
markdown.extensions.sane_lists.SaneUListProcessor(parser: blockparser.BlockParser)
¶
Bases: UListProcessor
Override SIBLING_TAGS
to not include ol
.