Releases: facelessuser/pymdown-extensions
Releases · facelessuser/pymdown-extensions
10.21
10.21.1
10.20.1
- FIX: Quotes: Ensure the first class for callouts (the alert type) is always rendered lowercase.
10.20
10.20
-
NEW: Quotes: New blockquotes extension added that uses a more modern approach when compared to Python Markdown's
default. Quotes specifically will not group consecutive blockquotes together in the same lazy fashion that the
default Python Markdown does which follows a more modern trend to how parsers these days handle block quotes.In addition, Quotes also provides an optional feature to enable specifying callouts/alerts in the style used by
GitHub and Obsidian.
10.19.1
10.19.1
- FIX: Arithmatex: Fix issue where block
$$math used inline within a paragraph could result in nested math
parsing.
10.19
10.19
- NEW: Emoji: Update Twemoji to use Unicode 16.
- NEW: Critic: Roll back
viewmode deprecation as some still like to use it, though further enhancements to this
mode are not planned.
10.18
10.18
- NEW: Critic:
viewmode has been deprecated. To avoid warnings or future issues, explicitly setmodeto
eitheracceptorreject. In the future, the new default will beacceptand theviewmode will be removed
entirely. - FIX: Block Admonition:
importantshould have always been available as a default.
10.17.2
10.17.2
- FIX: Blocks: Blocks extensions will now better handle nesting of indented style Admonitions, Details, and Tabbed
and other non-conflicting blocks.
10.17.1
10.17.1
- FIX: Fix an issue where Highlight can override another extension in the "registered" list in Python Markdown.
10.17
10.17
- NEW: Allow specifying static IDs in caption block headers via
#idsyntax.
10.6.1
10.16.1
- FIX: Inefficient regular expression pattern for figure caption numbers.