15
0

- update to 2.4.12:

* Update `markdown-in-html` extra to handle markdown on same
    line as HTML (#546)
  * Fix tables with trailing whitespace not being recognized
  * Fix multiple instances of strong emphasis (`**`)
    in one line (#541)
  * Fix incorrect parsing of links after square
    brackets (#552)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=30
This commit is contained in:
2023-12-20 21:55:41 +00:00
committed by Git OBS Bridge
parent bec7d70dfc
commit 32219fa64b
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c04841d0f9df37457396b9d73c54846ddb097a73e7eb7c81d1589e0bba566cda
size 128610

3
markdown2-2.4.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bc8692696954d597778e0e25713c14ca56d87992070dedd95c17eddaf709204
size 129973

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Dec 20 21:54:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4.12:
* Update `markdown-in-html` extra to handle markdown on same
line as HTML (#546)
* Fix tables with trailing whitespace not being recognized
* Fix multiple instances of strong emphasis (`**`)
in one line (#541)
* Fix incorrect parsing of links after square
brackets (#552)
-------------------------------------------------------------------
Thu Dec 7 22:51:03 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-markdown2
Version: 2.4.11
Version: 2.4.12
Release: 0
Summary: A Python implementation of Markdown
License: MIT