facelessuser/pymdown-extensions (pymdown-extensions)
### [`v10.12`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.12)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.11.2...10.12)
#### 10.12
- **NEW**: Blocks: Blocks extensions no longer considered in beta.
- **NEW**: Details: Details is marked as "legacy" in documentation in favor of the new `pymdownx.blocks.details` approach.
- **NEW**: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new `pymdownx.blocks.tab` approach.
- **NEW**: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions.
- **NEW**: Emoji: Add a new `strict` option that will raise an exception if an emoji is used whose name has changed,
removed, or never existed.
- **FIX**: Emoji: Emoji links should be generated such that they point to the new CDN version.
### [`v10.11.2`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.11.2)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.11.1...10.11.2)
#### 10.11.2
- **FIX**: SuperFences: Fix a regression where certain patterns could cause a hang.
### [`v10.11.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.11.1)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.11...10.11.1)
#### 10.11.1
- **Fix**: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header
can cause a fence to not be parsed.
### [`v10.11`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.11)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.10.2...10.11)
#### 10.11
- **NEW**: SuperFences: Allow fenced code to be parsed in the form ` ```lang {.class #id} `.
### [`v10.10.2`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.10.2)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.10.1...10.10.2)
##### 10.10.2
- **FIX**: BetterEm: Add better support for `*em, **em,strong***` and `_em, __em,strong___` cases.
- **FIX**: Caret: Add better support for `*sup, **sup,ins***`.
- **FIX**: Tilde: Add better support for `*sub, **sub,del***`.
### [`v10.10.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.10.1)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.10...10.10.1)
#### 10.10.1
- **FIX**: FancyLists: Remove a mistaken semicolon from injected classes.
### [`v10.10`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.10)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.9...10.10)
#### 10.10
- **NEW**: FancyLists: Add new FancyLists extension.
- **NEW**: MagicLink: Change social links to support `x` instead of `twitter`. `twitter` is still recognized but is
now deprecated and will be removed at a future time.
- **NEW**: Emoji: Update Twemoji data to the latest.
- **FIX**: PathConverter: Fixes for latest changes in Python regarding `urlunparse`.
### [`v10.9`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.9)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9)
##### 10.9
- **NEW**: Officially support Python 3.13.
- **FIX**: Snippets: Better handling of cases where URL snippet requests contain no header length.
### [`v10.8.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.8.1)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.8...10.8.1)
#### 10.8.1
- **FIX**: Snippets: Fix snippet line range with a start of line 1.
### [`v10.8`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.8)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.7.1...10.8)
##### 10.8
- **NEW**: Require Python Markdown 3.6+.
- **FIX**: Fix some test cases.
- **FIX**: Fix warnings due to recent changes in Python Markdown.
### [`v10.7.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.7.1)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.1)
#### 10.7.1
- **FIX**: SmartSymbols: Ensure symbols are properly translated in table of content tokens.
### [`v10.7`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.7)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.6...10.7)
#### 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.
### [`v10.6`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.6)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.5...10.6)
#### 10.6
- **NEW**: MagicLink: Allow configuring custom repository providers based off the existing providers.
### [`v10.5`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.5)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.4...10.5)
#### 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.
### [`v10.4`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.4)
[Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.3.1...10.4)
##### 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.
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==10.3.1
->==10.12
Release Notes
facelessuser/pymdown-extensions (pymdown-extensions)
### [`v10.12`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.12) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.11.2...10.12) #### 10.12 - **NEW**: Blocks: Blocks extensions no longer considered in beta. - **NEW**: Details: Details is marked as "legacy" in documentation in favor of the new `pymdownx.blocks.details` approach. - **NEW**: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new `pymdownx.blocks.tab` approach. - **NEW**: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions. - **NEW**: Emoji: Add a new `strict` option that will raise an exception if an emoji is used whose name has changed, removed, or never existed. - **FIX**: Emoji: Emoji links should be generated such that they point to the new CDN version. ### [`v10.11.2`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.11.2) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.11.1...10.11.2) #### 10.11.2 - **FIX**: SuperFences: Fix a regression where certain patterns could cause a hang. ### [`v10.11.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.11.1) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.11...10.11.1) #### 10.11.1 - **Fix**: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed. ### [`v10.11`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.11) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.10.2...10.11) #### 10.11 - **NEW**: SuperFences: Allow fenced code to be parsed in the form ` ```lang {.class #id} `. ### [`v10.10.2`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.10.2) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.10.1...10.10.2) ##### 10.10.2 - **FIX**: BetterEm: Add better support for `*em, **em,strong***` and `_em, __em,strong___` cases. - **FIX**: Caret: Add better support for `*sup, **sup,ins***`. - **FIX**: Tilde: Add better support for `*sub, **sub,del***`. ### [`v10.10.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.10.1) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.10...10.10.1) #### 10.10.1 - **FIX**: FancyLists: Remove a mistaken semicolon from injected classes. ### [`v10.10`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.10) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.9...10.10) #### 10.10 - **NEW**: FancyLists: Add new FancyLists extension. - **NEW**: MagicLink: Change social links to support `x` instead of `twitter`. `twitter` is still recognized but is now deprecated and will be removed at a future time. - **NEW**: Emoji: Update Twemoji data to the latest. - **FIX**: PathConverter: Fixes for latest changes in Python regarding `urlunparse`. ### [`v10.9`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.9) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9) ##### 10.9 - **NEW**: Officially support Python 3.13. - **FIX**: Snippets: Better handling of cases where URL snippet requests contain no header length. ### [`v10.8.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.8.1) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.8...10.8.1) #### 10.8.1 - **FIX**: Snippets: Fix snippet line range with a start of line 1. ### [`v10.8`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.8) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.7.1...10.8) ##### 10.8 - **NEW**: Require Python Markdown 3.6+. - **FIX**: Fix some test cases. - **FIX**: Fix warnings due to recent changes in Python Markdown. ### [`v10.7.1`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.7.1) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.1) #### 10.7.1 - **FIX**: SmartSymbols: Ensure symbols are properly translated in table of content tokens. ### [`v10.7`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.7) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.6...10.7) #### 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. ### [`v10.6`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.6) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.5...10.6) #### 10.6 - **NEW**: MagicLink: Allow configuring custom repository providers based off the existing providers. ### [`v10.5`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.5) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.4...10.5) #### 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. ### [`v10.4`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.4) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.3.1...10.4) ##### 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.Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.