Revisions of python-markdown2

buildservice-autocommit accepted request 1158398 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- update to 2.4.13:
  * [pull #559] Allow cuddled tables
  * [pull #560] Fix `markdown-in-html` not always splitting HTML
    tags into separate lines
  * [pull #564] Fix incomplete comments in safe mode not being
    escaped
  * [pull #566] Fix crash in `markdown-in-html` extra
buildservice-autocommit accepted request 1134336 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 30)
- 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)
buildservice-autocommit accepted request 1131747 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
- 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
buildservice-autocommit accepted request 1034617 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 27)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1034590 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 26)
- Update to versino 2.4.6 
  [pull #477] Feature wavedrom support
  [pull #480] Fix mixing ordered and un-ordered lists combining into single list type
buildservice-autocommit accepted request 1007065 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1007015 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 24)
- 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)
buildservice-autocommit accepted request 965066 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- update to 2.4.2:
  - [pull #408] Fix for fenced code blocks issue #396
  - [pull #410] Be more strict on auto linking urls, RE DOS fix
  - [pull #389] Tables extra: allow whitespace at the end of the underline row
  - [pull #392] Pyshell extra: enable syntax highlighting if `fenced-code-blocks` is loaded.
  - [pull #402] Regex DOS bandaid fix
buildservice-autocommit accepted request 877797 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
  - [pull #387] Regex DoS fixes (CVE-2021-26813, bsc#1183171)
buildservice-autocommit accepted request 869060 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 18)
Ignore failing test suite
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 17)
Fix changes
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 16)
- Update to 2.4.0:
  - [pull #377] Fixed bug breaking strings elements in metadata lists
  - [pull #380] When rendering fenced code blocks, also add the
    language-LANG class
  - [pull #387] Regex DoS fixes
- Switch off failing tests (gh#trentm/python-markdown2#388)
buildservice-autocommit accepted request 827270 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by