aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-4/+1
* Improved previous commit. isBlockLevel is now more foolproof and will no long...Waylan Limberg2010-10-291-1/+5
* Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...Waylan Limberg2010-10-291-0/+2
* Moved a bunch of global variables to the instance of the Markdown class.Waylan Limberg2010-07-061-8/+0
* Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...Waylan Limberg2010-07-061-3/+3
* Moved HtmlStash and base Prosessor classes to the new util module.Waylan Limberg2010-07-061-1/+45
* Updated commandline script as logging settings are no longer in markdown/__in...Waylan Limberg2010-07-061-2/+1
* Clean up previous commit a little. renamed misc_logging to md_logging and fi...Waylan Limberg2010-07-061-1/+1
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-0/+73