aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/treeprocessors.py
Commit message (Expand)AuthorAgeFilesLines
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-3/+3
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+22
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-4/+10
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-6/+5
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-241-18/+1
* Flexible inline (#629)Isaac Muse2018-01-171-7/+28
* Correct spelling mistakes.Edward Betts2018-01-131-2/+2
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-041-3/+3
* Feature ancestry (#598)Isaac Muse2017-11-231-11/+46
* Replace `getiterator` function for Python 3.6 Brandon Chinn2016-09-291-2/+2
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-23/+30
* Fix tail out of order issuefacelessuser2014-10-181-1/+1
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-261-15/+18
* Code Blocks must always be AtomicStringsWaylan Limberg2014-09-081-1/+1
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-1/+1
* Make it easier to override list of inline patterns for InlineProcessorDmitry Shachnev2014-05-261-2/+3
* Address various depreciated APIs in PythonWaylan Limberg2014-01-081-6/+6
* Ensure handleAttributes doesn't lose AtomicStrings.Waylan Limberg2013-03-181-3/+3
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-11/+7
* Cleaned up fixes for #183Waylan Limberg2013-02-081-0/+5
* Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-1/+0
* Fixed #87Catalin Iacob2012-04-161-6/+7
* Fixed #31. Headers in tight lists now get inline patterns run on their tails....Waylan Limberg2011-07-211-1/+12
* Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppear...Waylan Limberg2011-06-021-2/+1
* Fixed Ticket 74. AtomicStrings should now be ackowledged (and preserved) in a...Waylan Limberg2010-11-041-1/+6
* Cleaned up whitespace and linewrap issues in treeprocessorspy and fixed a few...Waylan Limberg2010-11-011-15/+17
* 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/+10
* Moved a bunch of global variables to the instance of the Markdown class.Waylan Limberg2010-07-061-1/+1
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-12/+12
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-15/+17
* Fix for undefined variables that need to be importedToshio Kuratomi2010-07-051-1/+1
* The ENABLE_ATTRIBUTES global setting is now ackowledged.Waylan Limberg2009-10-211-17/+18
* Getting rid of has_key for compatibility with python3k.Yuri Takhteyev2008-12-041-1/+1
* Cleaned up recent refactor into a package from a single file.Waylan Limberg2008-11-201-9/+15
* Attempting a refactoring, breaking markdown into multiple files.Yuri Takhteyev2008-11-171-0/+323