Skip to content

Releases: facelessuser/pymdown-extensions

10.7.1

05 Mar 01:23
Compare
Choose a tag to compare

10.7.1

  • FIX: SmartSymbols: Ensure symbols are properly translated in table of content tokens.

10.7

30 Dec 23:11
Compare
Choose a tag to compare

10.7

  • NEW: Emoji: Update Twemoji and Gemoji data to latest.
  • NEW: Emoji: Due to recent Gemoji update, non-standard emoji are no longer indexed. So emoji such as :octocat:
    are no longer resolved.
  • NEW: Highlight: Added new option default_lang which will cause code blocks with no language specifier to be
    highlighted with the specified default language instead of plain text. This affects indented code blocks and code
    blocks defined with SuperFences.
  • NEW: InlineHilite: style_plain_text can be specified with a language string (in addition to its previous
    boolean requirement) to treat inline code blocks with no explicit language specifier with a specific default
    language.

10.6

27 Dec 02:15
Compare
Choose a tag to compare

10.6

  • NEW: MagicLink: Allow configuring custom repository providers based off the existing providers.

10.5

25 Nov 16:51
Compare
Choose a tag to compare

10.5

  • NEW: Blocks: Admonitions and Details now allow configuring custom block classes and default titles.
  • FIX: Keys: Ensure that Keys does not parse base64 encoded URLs.

10.4

10 Nov 23:39
Compare
Choose a tag to compare

10.4

  • NEW: Snippets: Allow PathLike objects for base_path to better support interactions with MkDocs.
  • FIX: Block Admonitions: Empty titles should be respected.
  • FIX: Block Details: Empty summary should be respected.

10.3.1

19 Oct 18:39
Compare
Choose a tag to compare

10.3.1

  • FIX: SuperFences: Fix an issue where braces were not handled properly in attributes.

10.3

02 Sep 18:33
Compare
Choose a tag to compare

10.3

  • NEW: Officially support Python 3.12.
  • NEW: Drop Python 3.7 support.

10.2.1

30 Aug 15:16
346b7cc
Compare
Choose a tag to compare

10.2.1

  • FIX: Tabbed: Fix regression.

10.2

28 Aug 17:46
b0cd183
Compare
Choose a tag to compare

10.2

  • NEW: Highlight: Add new stripnl option to configure Pygments' default handling of stripping leading and
    and trailing new lines from code blocks. Mainly affects fenced code blocks.
  • FIX: SuperFences: Fix issue where when SuperFences attempts to test if a placeholder is its own, it can throw
    an exception.

10.1.0

13 Jul 18:01
Compare
Choose a tag to compare

10.1

  • NEW: Add new combine_header_slug option in legacy Tabbed extension and new Block Tab extension that will
    prefix a content tab's slug with the parent header's slug. This allows for content tab slugs that are scoped to the
    header they are under.