Skip to content

Releases: facelessuser/pymdown-extensions

10.21

15 Feb 20:43

Choose a tag to compare

10.21

  • NEW: Caption: Add support for specifying not only IDs but classes and arbitrary attributes. Initial work by
    @joapuiib.
  • FIX: MagicLink: Fix a matching pattern for Bitbucket repo.

10.21.1

24 Jan 05:56

Choose a tag to compare

10.20.1

  • FIX: Quotes: Ensure the first class for callouts (the alert type) is always rendered lowercase.

10.20

31 Dec 19:59

Choose a tag to compare

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

14 Dec 17:24

Choose a tag to compare

10.19.1

  • FIX: Arithmatex: Fix issue where block $$ math used inline within a paragraph could result in nested math
    parsing.

10.19

11 Dec 18:20

Choose a tag to compare

10.19

  • NEW: Emoji: Update Twemoji to use Unicode 16.
  • NEW: Critic: Roll back view mode deprecation as some still like to use it, though further enhancements to this
    mode are not planned.

10.18

07 Dec 17:21

Choose a tag to compare

10.18

  • NEW: Critic: view mode has been deprecated. To avoid warnings or future issues, explicitly set mode to
    either accept or reject. In the future, the new default will be accept and the view mode will be removed
    entirely.
  • FIX: Block Admonition: important should have always been available as a default.

10.17.2

26 Nov 15:43

Choose a tag to compare

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

11 Nov 21:44

Choose a tag to compare

10.17.1

  • FIX: Fix an issue where Highlight can override another extension in the "registered" list in Python Markdown.

10.17

11 Nov 18:16
f91cee2

Choose a tag to compare

10.17

  • NEW: Allow specifying static IDs in caption block headers via #id syntax.

10.6.1

28 Jul 16:18
b50d15a

Choose a tag to compare

10.16.1

  • FIX: Inefficient regular expression pattern for figure caption numbers.