Skip to content

Releases: facelessuser/pymdown-extensions

11.0.1

Choose a tag to compare

@facelessuser facelessuser released this 02 Jul 17:58
c684985

11.0.1

  • FIX: BetterEm: Fix regex pattern inefficiencies.
  • FIX: Tilde: Fix regex pattern inefficiencies.
  • FIX: Caret: Fix regex pattern inefficiencies.
  • FIX: MagicLink: Fix regex pattern inefficiencies.

11.0

Choose a tag to compare

@facelessuser facelessuser released this 23 Jun 02:27

11.0

  • BREAK: B64: Restricts relative links to base_path by default. Can be disabled by setting new restrict_path
    option to False. The new root_path can be specified if paths are desired to be restricted to a different
    location separate base_path which is also used as a relative base for image paths.
  • NEW: Drop Python 3.9 support.
  • FIX: Tabbed: Fix issue where an empty title would cause an exception.

10.21.3

Choose a tag to compare

@facelessuser facelessuser released this 13 May 12:55

10.21.3

  • FIX: Fix regression that allows a snippet to be loaded outside of the base path using directory traversal when
    restrict_base_path is enabled (the default). Found by @gistrec.

10.21. 2

Choose a tag to compare

@facelessuser facelessuser released this 29 Mar 15:01

10.21.2

  • FIX: Highlight: Latest Pygments versions cannot handle a "filename" for code block titles of None.

10.21

Choose a tag to compare

@facelessuser facelessuser released this 15 Feb 20:43

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.20.1

Choose a tag to compare

@facelessuser facelessuser released this 24 Jan 05:56

10.20.1

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

10.20

Choose a tag to compare

@facelessuser facelessuser released this 31 Dec 19:59

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

Choose a tag to compare

@facelessuser facelessuser released this 14 Dec 17:24

10.19.1

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

10.19

Choose a tag to compare

@facelessuser facelessuser released this 11 Dec 18:20

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

Choose a tag to compare

@facelessuser facelessuser released this 07 Dec 17:21

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.