‹›
markdown.extensions.attr_list
¶
Adds attribute list syntax. Inspired by Maruku‘s feature of the same name.
See the documentation for details.
‹›
markdown.extensions.attr_list.get_attrs(str: str) -> list[tuple[str, str]]
¶
Parse attribute list and return a list of attribute tuples.
‹›
markdown.extensions.attr_list.AttrListTreeprocessor(md: Markdown | None = None)
¶
Bases: Treeprocessor