Commit graph

7 commits

Author SHA1 Message Date
adam
b18915e1dc py-mistune: updated to 0.8.4
Version 0.8.4
Support an escaped pipe char in a table cell.
Fix ordered and unordered list.
Fix spaces between = in HTML tags
Add max_recursive_depth for list and blockquote.
Fix fences code block.
2018-10-14 12:09:56 +00:00
adam
f8cfe2a6b1 py-mistune: updated to 0.8.3
Version 0.8.3
* Fix nested html issue.

Version 0.8.2
* Fix _keyify with lower case.
2017-12-18 09:10:09 +00:00
adam
839f9deb2b py-mistune: updated to 0.8.1
0.8.1:
Changes unknown.
2017-11-10 07:48:46 +00:00
adam
2e7dd3f321 py-mistune: updated to 0.8
Version 0.8
* Remove non breaking spaces preprocessing
* Remove rev and rel attribute for footnotes
* Fix bypassing XSS vulnerability by junorouse
This version is strongly recommended, since it fixed
a security issue.
2017-10-27 13:06:27 +00:00
adam
7f31bfc1b3 Rev1: build C-extension 2017-07-20 17:03:46 +00:00
wiz
2f7081136f Updated py-mistune to 0.7.4.
Add test dependency.

Version 0.7.4
~~~~~~~~~~~~~

Released on Mar. 14, 2017

* Fix escape_link method by Marcos Ojeda
* Handle block HTML with no content by David Baumgold
* Use expandtabs for tab
* Fix escape option for text renderer
* Fix HTML attribute regex pattern
2017-03-20 13:21:08 +00:00
adam
dbc8274175 Added textproc/py-mistune version 0.7.3
The fastest markdown parser in pure Python with renderer features, inspired by
marked.

Features:
* Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
* Very Fast. It is the fastest in all pure Python markdown parsers.
* More Features. Table, footnotes, autolink, fenced code etc.
2017-02-13 21:06:21 +00:00