forked from pool/python-pymdown-extensions
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ee19ab811e6232de93bdee2b4e2be74d2e47f0e8e0d989a1e824b24bbc5adde
|
||||
size 1075377
|
3
pymdown-extensions-10.7.tar.gz
Normal file
3
pymdown-extensions-10.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a82c027e42934ca03ba6237e718c437c2940766df94f7ec1551160988a1bbfc
|
||||
size 1097911
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 31 13:42:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 10:45:48 UTC 2023 - Elisei Roca <eroca@mailbox.org>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pymdown-extensions
|
||||
Version: 10.5
|
||||
Version: 10.7
|
||||
Release: 0
|
||||
Summary: Extension pack for Python Markdown
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user