aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/postprocessors.py
Commit message (Expand)AuthorAgeFilesLines
* 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