aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/postprocessors.py
Commit message (Expand)AuthorAgeFilesLines
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-1/+1
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+20
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-6/+6
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-5/+4
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-18/+3
* fix DeprecationWarning: invalid escape sequenced9pouces2017-07-251-1/+1
* Improve RawHtmlProcessor to have linear iso quadratic performanceMaurice van der Pot2016-02-261-7/+10
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-9/+13
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-3/+6
* Fixed #77. util.isBlockLevel() needs to check entire tag passed to it.Waylan Limberg2012-01-301-1/+1
* Fixed #59. Raw HTML parsing is no longer slow.Waylan Limberg2012-01-181-12/+0
* attempt at a fix for issue w/ MD links inside of html tagish stuff with safe ...Mike Dirolf2012-01-121-2/+5
* Fixed #39. Refactored escaping so that it only escapes a predifined set of ch...Waylan Limberg2011-08-171-2/+13
* Fixed a few minor Python2.4 incompatabilities. Runs in 2.4-2.7 cleanly.Waylan Limberg2011-07-221-1/+1
* Fixed #28. Inline raw html is now enclosed in p tags. This used to work. Some...Waylan Limberg2011-06-281-1/+12
* A better implementation of globals as attributes on the Markdown class. This ...Waylan Limberg2010-07-071-1/+1
* Factored out the building of the various processors and patterns into utility...Waylan Limberg2010-07-071-0/+9
* Moved a bunch of global variables to the instance of the Markdown class.Waylan Limberg2010-07-061-1/+1
* Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...Waylan Limberg2010-07-061-2/+2
* Moved HtmlStash and base Prosessor classes to the new util module.Waylan Limberg2010-07-061-10/+3
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-4/+4
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-6/+7
* Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th...Waylan Limberg2010-03-151-0/+8
* Cleaned up recent refactor into a package from a single file.Waylan Limberg2008-11-201-3/+15
* More refactoring.Yuri Takhteyev2008-11-181-0/+65