352ea46677- update to 10.15: * **NEW**: SuperFences: Add relaxed_headers option which can tolerate bad content in the fenced code header. When enabled, code blocks with bad content in the header will likely still convert into code blocks, often respecting the specified language. * **NEW**: Add type hints to the Blocks interface and a few additional files. * **FIX**: Blocks: Fix some corner cases of nested blocks with lists. * **FIX**: Tab and Tabbed: Fix a case where tabs could fail if combine_header_slug was enabled and there was no header.Dirk Mueller2025-04-28 14:07:59 +00:00
231d38b087Accepting request 1243048 from devel:languages:pythonAna Guerrero2025-02-04 17:13:44 +00:00
32b25f67a7Accepting request 1242909 from home:benoit_monin:branches:devel:languages:pythonMarkéta Machová2025-02-04 10:22:15 +00:00
e1a2f74ed4Accepting request 1241641 from devel:languages:pythonAna Guerrero2025-01-31 16:19:15 +00:00
6c475e00bdAccepting request 1241511 from home:benoit_monin:branches:devel:languages:pythonMarkéta Machová2025-01-31 13:34:43 +00:00
addf36a35dAccepting request 1239851 from devel:languages:pythonAna Guerrero2025-01-23 17:02:04 +00:00
9ff938736eAccepting request 1239653 from home:benoit_monin:branches:devel:languages:pythonNico Krapp2025-01-23 12:00:19 +00:00
c3b75e41c9Accepting request 1239014 from home:ecsos:pythonNico Krapp2025-01-21 06:55:03 +00:00
26e1094224Accepting request 1236033 from home:benoit_monin:branches:devel:languages:pythonSteve Kowalik2025-01-09 01:40:45 +00:00
ab76c786b6Accepting request 1233504 from devel:languages:pythonAna Guerrero2024-12-29 10:56:49 +00:00
d4e4511f64Accepting request 1233172 from home:benoit_monin:branches:devel:languages:pythonNico Krapp2024-12-27 09:25:00 +00:00
b815f019b0- Update to 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. * FIX: SuperFences: Fix a regression where certain patterns could cause a hang. * FIX: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed. * 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***. * FIX: FancyLists: Remove a mistaken semicolon from injected classes. * NEW: FancyLists: Add new FancyLists extension. * NEW: Emoji: Update Twemoji data to the latest. * FIX: PathConverter: Fixes for latest changes in Python regarding urlunparse. * NEW: Officially support Python 3.13. * FIX: Snippets: Better handling of cases where URL snippet requests contain no header length. * FIX: Snippets: Fix snippet line range with a start of line 1. * NEW: Require Python Markdown 3.6+.Steve Kowalik2024-11-03 02:38:55 +00:00
a3dfd1c40aAccepting request 1160508 from devel:languages:pythonAna Guerrero2024-03-22 14:21:13 +00:00
08dc41a278- Add patch fix-toc-list-check.patch: * Assert toc_tokens is a superset of what we are looking for.Steve Kowalik2024-03-22 02:47:04 +00:00
e2fa3afe5dAccepting request 1158466 from devel:languages:pythonAna Guerrero2024-03-17 21:15:04 +00:00
79529b985b- update to 10.7.1: * SmartSymbols: Ensure symbols are properly translated in table of content tokens.Dirk Mueller2024-03-16 12:53:23 +00:00
c135a3f025- update to 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. * NEW: MagicLink: Allow configuring custom repository providers based off the existing providers.Dirk Mueller2023-12-31 13:43:32 +00:00
0813fb46b8Accepting request 1133071 from devel:languages:pythonAna Guerrero2023-12-14 21:03:50 +00:00