aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/blockparser.py
Commit message (Expand)AuthorAgeFilesLines
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+22
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-3/+9
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-3/+2
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-25/+26
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-3/+4
* Allow blockprocessor.run to return True or False.Waylan Limberg2012-03-211-4/+5
* A better implementation of globals as attributes on the Markdown class. This ...Waylan Limberg2010-07-071-1/+1
* Moved a bunch of global variables to the instance of the Markdown class.Waylan Limberg2010-07-061-2/+3
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-3/+3
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-4/+5
* Added support for multilevel lists - step one. Currently only works for loose...Waylan Limberg2009-02-041-3/+3
* Normalized stripTopLevelTags to be consistant regardless of any whitespace. F...Waylan Limberg2008-12-101-1/+1
* More refactoring.Yuri Takhteyev2008-11-181-11/+1
* Attempting a refactoring, breaking markdown into multiple files.Yuri Takhteyev2008-11-171-0/+105