All Versions
53
Latest Version
Avg Release Cycle
208 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.6 Changes
- 👍 [pull #477] Feature wavedrom support
- [pull #480] Fix mixing ordered and un-ordered lists combining into single list type
-
v2.4.5 Changes
- [pull #466] Add optional dependencies to
setup.py
- [pull #466] Add optional dependencies to
-
v2.4.4 Changes
- [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
-
v2.4.3 Changes
- [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)
- 🚚 [pull #421] Fix backslashes removed by adjacent code blocks (issues #369 and #412)
- [pull #420] Fix md5-* in resulting HTML when several code blocks follow one by one (issue #355)
- [pull #422] Fix excessive
<br>
tags in lists using break-on-newline extra (issue #394) - 📇 [pull #424] Standardize key and value definitions for metadata extra (issue #423)
- [pull #427] Fix fenced code blocks breaking lists (issue #426)
- [pull #429] Fix catastrophic backtracking (Regex DoS) in pyshell blocks.
- [pull #431] Fix incorrect indentation of fenced code blocks within lists
- [pull #436] RST admonitions
- [pull #430] Improve error message if link_patterns forgotten
- [pull #437] fix compatibility with pygments 2.12
-
v2.4.2 Changes
- [pull #408] Fix for fenced code blocks issue #396
- [pull #410] Be more strict on auto linking urls, RE DOS fix
-
v2.4.1 Changes
- [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
-
v2.4.0 Changes
- 📇 [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
-
v2.3.10 Changes
- 🔀 [pull #356] Don't merge sequential quotes into a single blockquote
- 💅 [pull #357] use style=text-align for table alignment
- [pull #360] introduce underline extra
- 📇 [pull #368] Support for structured and nested values in metadata
- [pull #371] add noopener to external links
-
v2.3.9 Changes
May 12, 2020- 👍 [pull #335] Added header support for wiki tables
- [pull #336] Reset _toc when convert is run
- [pull #353] XSS fix
- [pull #350] XSS fix
-
v2.3.8 Changes
May 29, 2019- [pull #317] Temporary fix to issue #150
- [pull #319] Stop XML escaping the body of a link
- [pull #322] Don't auto link patterns surrounded by triple quotes
- 🔧 [pull #324] Add class configurability to the enclosing tag
- [pull #328] Accept [X] as marked task