14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=28
This commit is contained in:
2025-04-28 14:07:59 +00:00
committed by Git OBS Bridge
parent 32b25f67a7
commit 352ea46677
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Apr 28 14:07:33 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Mon Feb 3 16:27:25 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>