aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/def_list.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-6/+2
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Correct spelling mistakes.Edward Betts2018-01-131-2/+2
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-311-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-7/+7
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-9/+6
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+2
* Ensure each term on def list maintains its own loose status.Waylan Limberg2013-09-021-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Fix some pyflakes-undefined-name warningsDmitry Shachnev2013-03-151-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-6/+8
* Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-061-4/+10
* Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized...Waylan Limberg2011-12-281-1/+1
* 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 60. The dd in definition lists can now not be indented on second...Waylan Limberg2010-03-241-2/+7
* Fixed minor typo in each of previous two commits.Waylan Limberg2008-11-221-1/+1
* Updated definition list extension to work with new block parser.Waylan Limberg2008-11-221-169/+67
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+206