All Versions
50
Latest Version
Avg Release Cycle
208 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
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 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
-
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
-
v2.3.7 Changes
December 05, 2018- ๐ [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
-
v2.3.6 Changes
September 26, 2018- [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
-
v2.3.5 Changes
November 10, 2017- [pull #238] Fenced code blocks lang with leading space
- ๐ [pull #260] Search for items only within metadata header
- ๐ [pull #264] highlightjs language class support
- [pull #265] FIPS compliance
- [pull #274] Fix for double amp replacement inside link title