17
0

Commit Graph

  • 6bfc244e6b Accepting request 1333694 from devel:languages:python factory Ana Guerrero 2026-02-18 16:11:00 +00:00
  • 19e96b60ad update to version 10.21 Markéta Machová 2026-02-18 08:47:11 +00:00
  • b375feac02 Accepting request 1325099 from devel:languages:python Dominique Leuenberger 2026-01-03 16:26:48 +00:00
  • 230c3ecfe4 Accepting request 1325019 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2026-01-02 10:46:38 +00:00
  • 76085f2ebc Accepting request 1322972 from devel:languages:python Ana Guerrero 2025-12-16 14:55:42 +00:00
  • b83f33aef1 Accepting request 1322940 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2025-12-15 15:05:26 +00:00
  • 3098d4141d Accepting request 1321688 from devel:languages:python Ana Guerrero 2025-12-09 11:53:41 +00:00
  • 77b8ec9c42 Accepting request 1321642 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2025-12-09 09:02:21 +00:00
  • 4153059048 Accepting request 1320599 from devel:languages:python Ana Guerrero 2025-12-01 10:13:51 +00:00
  • 6708e76dc5 Accepting request 1320393 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2025-11-29 22:16:42 +00:00
  • b8568d0306 Accepting request 1317514 from devel:languages:python Ana Guerrero 2025-11-13 16:28:07 +00:00
  • 024ce65447 Accepting request 1317445 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2025-11-13 07:57:00 +00:00
  • 450ae57fee Accepting request 1296247 from devel:languages:python Dominique Leuenberger 2025-07-30 09:44:43 +00:00
  • a798cf26f7 Accepting request 1296201 from home:benoit_monin:branches:devel:languages:python Nico Krapp 2025-07-29 07:31:31 +00:00
  • 0889a95848 Accepting request 1287797 from devel:languages:python Ana Guerrero 2025-06-23 13:05:17 +00:00
  • 5d3a480bcc Accepting request 1287598 from home:benoit_monin:branches:devel:languages:python Dirk Mueller 2025-06-23 05:37:38 +00:00
  • 19237ac7ee Accepting request 1273168 from devel:languages:python Dominique Leuenberger 2025-04-29 14:40:02 +00:00
  • 38d23ae8d8 - 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 Mueller 2025-04-28 14:07:59 +00:00
  • 7486badea8 Accepting request 1243048 from devel:languages:python Ana Guerrero 2025-02-04 17:13:44 +00:00
  • 06506fc4e0 Accepting request 1242909 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2025-02-04 10:22:15 +00:00
  • 4065d0194a Accepting request 1241641 from devel:languages:python Ana Guerrero 2025-01-31 16:19:15 +00:00
  • 4f95258ff5 Accepting request 1241511 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2025-01-31 13:34:43 +00:00
  • 1670a201b6 Accepting request 1239851 from devel:languages:python Ana Guerrero 2025-01-23 17:02:04 +00:00
  • 9a42c30af0 Accepting request 1239653 from home:benoit_monin:branches:devel:languages:python Nico Krapp 2025-01-23 12:00:19 +00:00
  • 904bdde7b5 Accepting request 1239014 from home:ecsos:python Nico Krapp 2025-01-21 06:55:03 +00:00
  • 4725eb00ca Accepting request 1236033 from home:benoit_monin:branches:devel:languages:python Steve Kowalik 2025-01-09 01:40:45 +00:00
  • 7cb8eb2c30 Accepting request 1233504 from devel:languages:python Ana Guerrero 2024-12-29 10:56:49 +00:00
  • e140c753fa Accepting request 1233172 from home:benoit_monin:branches:devel:languages:python Nico Krapp 2024-12-27 09:25:00 +00:00
  • ed003a8fc7 Accepting request 1220383 from devel:languages:python Dominique Leuenberger 2024-11-03 06:18:20 +00:00
  • 98e09858ae - 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 Kowalik 2024-11-03 02:38:55 +00:00
  • 57563d8f1e Accepting request 1160508 from devel:languages:python Ana Guerrero 2024-03-22 14:21:13 +00:00
  • 567c40dcad - Add patch fix-toc-list-check.patch: * Assert toc_tokens is a superset of what we are looking for. Steve Kowalik 2024-03-22 02:47:04 +00:00
  • 288ee826b0 Accepting request 1158466 from devel:languages:python Ana Guerrero 2024-03-17 21:15:04 +00:00
  • 2ff50639ca - update to 10.7.1: * SmartSymbols: Ensure symbols are properly translated in table of content tokens. Dirk Mueller 2024-03-16 12:53:23 +00:00
  • ab34bd3d87 Accepting request 1135879 from devel:languages:python Dominique Leuenberger 2024-01-03 11:27:09 +00:00
  • aed8113215 - 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 Mueller 2023-12-31 13:43:32 +00:00
  • 2e6636f430 Accepting request 1133071 from devel:languages:python Ana Guerrero 2023-12-14 21:03:50 +00:00
  • ded4d54532 update to 10.5 Elisei Roca 2023-12-14 11:02:05 +00:00
  • b1d15f1478 Accepting request 1109488 from devel:languages:python Ana Guerrero 2023-09-07 19:13:45 +00:00
  • 0a2ff12eaf Accepting request 1109436 from home:ojkastl_buildservice:Branch_devel_languages_python Markéta Machová 2023-09-07 10:00:48 +00:00
  • 5be8036bdd Accepting request 1082741 from devel:languages:python Dominique Leuenberger 2023-04-25 14:42:59 +00:00
  • 83404a9ae3 Accepting request 1082525 from home:eroca:python Daniel Garcia 2023-04-25 11:43:55 +00:00
  • 01c9e4e280 Accepting request 1077386 from devel:languages:python Dominique Leuenberger 2023-04-05 19:27:26 +00:00
  • 7cb27b0135 Accepting request 1072530 from home:ojkastl_buildservice:Branch_devel_languages_python Elisei Roca 2023-03-17 09:13:12 +00:00
  • 19fb79bdd0 Accepting request 1059949 from home:eroca:python Matej Cepl 2023-01-21 07:41:07 +00:00