- update to 2.5.1:
* [pull #590] Fix underscores within bold text getting
emphasized
* [pull #591] Add Alerts extra
* [pull #595] Fix img alt text being processed as markdown
* [pull #598] Add `link-shortrefs` extra
* [pull #600] Use urandom for SECRET_SALT
* [pull #602] Fix XSS issue in safe mode
* [pull #604] Fix XSS injection in image URLs
* [pull #519] Add support for custom extras
* [pull #519] Drop Python 3.5 support
* [pull #568] Add `prepend` arg to toc extra
* [pull #569] Process HTML comments as markdown in 'escape'
safe mode
* [pull #570] Fix syntax warnings in test suite
* [pull #572] Process inline tags as HTML blocks when they span
multiple lines
* [pull #573] Add new LaTeX Extra
* [pull #576] Fix `html`, `head` and `body` tags being wrapped
in `<p>` tags
* [pull #578] Graceful handling of broken lists when cuddled-
lists extra is enabled
* [pull #581] Add type hints
* [pull #581] Drop Python 3.6 and 3.7 support
* [pull #582] Fix fenced code blocks breaking lists
* [pull #586] Fix#583 by tweaking incomplete tag regex
* [pull #587] Fix AssertionError on malformed HTML
OBS-URL: https://build.opensuse.org/request/show/1219195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=15
* [pull #590] Fix underscores within bold text getting
emphasized
* [pull #591] Add Alerts extra
* [pull #595] Fix img alt text being processed as markdown
* [pull #598] Add `link-shortrefs` extra
* [pull #600] Use urandom for SECRET_SALT
* [pull #602] Fix XSS issue in safe mode
* [pull #604] Fix XSS injection in image URLs
* [pull #519] Add support for custom extras
* [pull #519] Drop Python 3.5 support
* [pull #568] Add `prepend` arg to toc extra
* [pull #569] Process HTML comments as markdown in 'escape'
safe mode
* [pull #570] Fix syntax warnings in test suite
* [pull #572] Process inline tags as HTML blocks when they span
multiple lines
* [pull #573] Add new LaTeX Extra
* [pull #576] Fix `html`, `head` and `body` tags being wrapped
in `<p>` tags
* [pull #578] Graceful handling of broken lists when cuddled-
lists extra is enabled
* [pull #581] Add type hints
* [pull #581] Drop Python 3.6 and 3.7 support
* [pull #582] Fix fenced code blocks breaking lists
* [pull #586] Fix#583 by tweaking incomplete tag regex
* [pull #587] Fix AssertionError on malformed HTML
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=34
- update to 2.4.11:
* [pull #524] Fix angles being escaped in style blocks (issue
#523)
* [pull #527] Fix base64 images being corrupted in safe mode
(issue #526)
* [pull #529] Add `breaks` extra with ability to hard break on
backslashes (issue #525)
* [pull #532] Fix#493 persisting when `code-friendly` extra
enabled
* [pull #535] Update `_slugify` to use utf-8 encoding (issue
#534)
* [pull #536] Maintain order of appearance in footnotes
* [pull #538] Include HTML headers in TOC
* [pull #540] Add mechanism to prevent header ID counter
resetting (issue #530)
* [pull #520] Allow more relative links in safe mode (issue
#517)
* [pull #521] Always restore hashed HTML blocks (issue #185)
* [pull #522] Add `middle-word-em` extra
* [pull #500] Add `<thead>` tag to html-classes extra
* [pull #501] Fix link patterns extra matching against internal
hashes
* [pull #502] Replace deprecated `optparse` with `argparse`
* [pull #506] Fix `_uniform_outdent` failing with empty strings
(issue #505)
* [pull #509] Fix HTML elements not unhashing correctly (issue
508)
* [pull #511] Remove deprecated `imp` module (issue #510)
* [pull #512] Allow link patterns to be passed via extras dict
* [pull #513] Fix relative links not working in safe mode
OBS-URL: https://build.opensuse.org/request/show/1131747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=12
* [pull #524] Fix angles being escaped in style blocks (issue
#523)
* [pull #527] Fix base64 images being corrupted in safe mode
(issue #526)
* [pull #529] Add `breaks` extra with ability to hard break on
backslashes (issue #525)
* [pull #532] Fix#493 persisting when `code-friendly` extra
enabled
* [pull #535] Update `_slugify` to use utf-8 encoding (issue
#534)
* [pull #536] Maintain order of appearance in footnotes
* [pull #538] Include HTML headers in TOC
* [pull #540] Add mechanism to prevent header ID counter
resetting (issue #530)
* [pull #520] Allow more relative links in safe mode (issue
#517)
* [pull #521] Always restore hashed HTML blocks (issue #185)
* [pull #522] Add `middle-word-em` extra
* [pull #500] Add `<thead>` tag to html-classes extra
* [pull #501] Fix link patterns extra matching against internal
hashes
* [pull #502] Replace deprecated `optparse` with `argparse`
* [pull #506] Fix `_uniform_outdent` failing with empty strings
(issue #505)
* [pull #509] Fix HTML elements not unhashing correctly (issue
508)
* [pull #511] Remove deprecated `imp` module (issue #510)
* [pull #512] Allow link patterns to be passed via extras dict
* [pull #513] Fix relative links not working in safe mode
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=28
- python-markdown2 2.4.5
[pull #466] Add optional dependencies to setup.py
- python-markdown2 2.4.4
[pull #439] Fix TypeError if html-classes extra is None
[pull #441] Remove Python2 support
[pull #445] Replace <strike> with <s> in strike extra
[pull #446] Fix link patterns extra applying within links
[pull #443] create proper entry point
[pull #449] Codespans inside link text issue344
[pull #451] Underline and HTML comments
[pull #453] Links with brackets
[pull #454] Fix emacs local variable one-liners
[pull #457] Example of the current mixed-paragraph mode behavior in lists
[pull #455] Fix code block indentation in lists
[pull #434] Fix filter bypass leading to XSS (#362)
[pull #464] Fix html-classes extra not applying to code spans
[pull #462] Fix pygments block matching
[pull #462] Fix pyshell blocks in blockquotes
[pull #463] Fix multilevel lists
[pull #468] Remove _uniform_outdent_limit function
[pull #470] Add support for ordered lists that don't start at 1. (#469)
[pull #472] Fix AssertionError with lazy numbered lists (issue #471)
[pull #475] Add <ul> and <ol> tags to html-classes extra (#352)
[pull #473] XSS test and fix
- python-markdown2 2.4.3
[pull #413] Fix meta indentation
[pull #414] Fix code surrounded by blank lines inside blockquote fenced code blocks
[pull #417] Fix inline code pipe symbol within tables (issue #399)
[pull #418] Fix code block parsing error (issue #327)
[pull #419] Fix hr block created when not supposed to (issue #400)
OBS-URL: https://build.opensuse.org/request/show/1007015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=24
- Update to 2.3.7:
[pull #282] Add TOC depth option
[pull #283] Fix to add TOC html to output via CLI
[pull #284] Do not remove anchors in safe_mode
[pull #288] fixing cuddled-lists with a single list item
[pull #292] Fix Wrong rendering of last list element
[pull #295] link-patterns fix
[pull #300] Replace a deprecated method
[pull #301] DeprecationWarning: invalid escape sequence
[pull #302] Fix "make test" in Python 3
[pull #303] Fix CVE-2018-5773
[pull #306] Drop support for legacy Python versions
[pull #307] Fix syntax highlighting test cases that depend on Pygments output
[pull #308] Add support for Python 3.7
[pull #304] Add Wheel package support
[pull #312] Fix toc_depth initialization regression
[pull #315] XSS fix
- Drop merged patch:
* disable-failing-tests.patch
- Add patch from upstream to fix build command:
* fix-build.patch
OBS-URL: https://build.opensuse.org/request/show/691804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=3
[pull #282] Add TOC depth option
[pull #283] Fix to add TOC html to output via CLI
[pull #284] Do not remove anchors in safe_mode
[pull #288] fixing cuddled-lists with a single list item
[pull #292] Fix Wrong rendering of last list element
[pull #295] link-patterns fix
[pull #300] Replace a deprecated method
[pull #301] DeprecationWarning: invalid escape sequence
[pull #302] Fix "make test" in Python 3
[pull #303] Fix CVE-2018-5773
[pull #306] Drop support for legacy Python versions
[pull #307] Fix syntax highlighting test cases that depend on Pygments output
[pull #308] Add support for Python 3.7
[pull #304] Add Wheel package support
[pull #312] Fix toc_depth initialization regression
[pull #315] XSS fix
- Drop merged patch:
* disable-failing-tests.patch
- Add patch from upstream to fix build command:
* fix-build.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=7
oid sha256:3ac02226a901c4b2f6fc21dbd17c26d118d2c25bcbb28cee093a1f8b5c46f3f1
size 141583
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.