14
0

- 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:
2023-12-31 13:43:32 +00:00
committed by Git OBS Bridge
parent f08e49f6c7
commit c135a3f025
4 changed files with 24 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-pymdown-extensions
Version: 10.5
Version: 10.7
Release: 0
Summary: Extension pack for Python Markdown
License: MIT