14
0

Accepting request 875235 from home:benoit_monin:branches:devel:languages:python

update to version 3.3.4: bug-fix release

OBS-URL: https://build.opensuse.org/request/show/875235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=69
This commit is contained in:
2021-02-26 08:18:10 +00:00
committed by Git OBS Bridge
parent 546e3289a4
commit 52f4d4ae71
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 25 21:02:24 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 3.3.4: bug-fix release
* Properly parse unclosed tags in code spans (#1066)
* Properly parse processing instructions in md_in_html (#1070)
* Properly parse code spans in md_in_html (#1069)
* Preserve text immediately before an admonition (#1092)
* Simplified regex for HTML placeholders (#928) addressing (#932)
* Ensure permalinks and anchorlinks are not restricted by
toc_depth (#1107)
-------------------------------------------------------------------
Sun Oct 25 21:47:36 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>