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