aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/headerid.py
Commit message (Expand)AuthorAgeFilesLines
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-311-1/+1
* Only log warnings from commandline script.Waylan Limberg2015-01-311-4/+0
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-011-56/+10
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-15/+13
* More updates to test configs.Waylan Limberg2014-08-291-3/+2
* Cleaned up some whitespace inconsistancies.Waylan Limberg2014-08-221-1/+1
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-67/+8
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-2/+2
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+3
* Make doctests support Python 3Dmitry Shachnev2014-06-111-6/+6
* Add new utility function parseBoolValue()Dmitry Shachnev2013-09-251-12/+3
* Extended headerid's rawHTML in id handling to toc ext.Waylan Limberg2013-08-111-14/+17
* HeaderID Ext now handles raw html in ids. Fixes #232Waylan Limberg2013-07-281-1/+16
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-13/+9
* Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-221-2/+2
* nl2br and attr_list compatability.Waylan Limberg2013-02-061-2/+2
* Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...Waylan Limberg2012-12-131-3/+7
* Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-2/+0
* Fixed unicode breakage.Erik van Zijst2012-08-141-1/+1
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-2/+2
* Fix #99. Account for empty header IDs when ensuring uniqueness.Waylan Limberg2012-05-241-1/+1
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-021-12/+16
* Fix a minor Python 3 incompatability in the headerid extension's slugify func...Waylan Limberg2011-07-281-1/+1
* Refactored HeaderId extension to no longer include defining ids. It only auto...Waylan Limberg2011-06-301-77/+75
* Added "." to the characters that may be included in implicit heading ids.David Chambers2011-06-051-1/+1
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-4/+4
* Corrected behavior of headerid extension to match default behavior when "Weve...Waylan Limberg2011-04-281-1/+4
* sane logging. remove sys.exit() calls (libraries should never ever call sys.e...Craig de Stigter2011-04-181-3/+1
* Made the HeaderId extension's word separator configurable to allow, forDavid Chambers2011-01-221-2/+3
* Updated regular expression to accept periods in heading ids.David Chambers2011-01-091-1/+1
* Clean up previous commit a little. renamed misc_logging to md_logging and fi...Waylan Limberg2010-07-061-1/+2
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-1/+1
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-2/+3
* Fix for undefined variables that need to be importedToshio Kuratomi2010-07-051-1/+1
* Fixed ticket 25. Added reset to HeaderID extension. Reset now resets the dupl...Waylan Limberg2009-03-131-5/+8
* Updated headerid extension for recent refactors (both BlockParser and package).Waylan Limberg2008-11-201-80/+100
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+172