We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove `tag-friendly` duplication
add information about LaTeX extra
Update note about markdown and html on separate lines in light of recent changes
Remove secondary title
Fix `on_backslash` example
Update page with extra configuration options
Update list of implemented extras
Updated Breaks (markdown)
Add wiki page for breaks extra
Add wiki page for admonitions extra
Updated code color (markdown)
Add notes about tg-spoiler in extras.
Add mermaid support
Created mermaid (markdown)
Change one-liner usage example to reflect the actual syntax the library parses
improve autolink regex
Added a comment on the `task_list` extra to call out that it uses an underscore unlike the others.
The "strike" extra was added in https://github.com/trentm/python-markdown2/commit/ed7208da1bfc8f26b7a6129ec13429d9359bdc26 but not documented.
Ignore anchor tags and Markdown links/images in patter
Updated wiki tables (markdown)
Updated Extras (markdown)
Add a note about how to pass information to extras which I spent quite a while trying to figure out
Added default link behaviour section
Added `break-on-newline` undocumented extra; improved formatting
Updated footnotes (markdown)
Add documentation for footnote_title and footnote_return_symbol
Add how to generate py-markdown2 compatible css files.
Fix minor formatting problems