aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/sane_lists.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-311-0/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-2/+2
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Updated BlockProcessor to new-style class. Changed subclasses to use super().Kar Epker2015-06-011-2/+2
* Changed formatting of regex strings. Fixed flake8 issues.Kar Epker2015-06-011-6/+4
* Changed line continuations to satisfy pylint.Kar Epker2015-06-011-4/+6
* Fixed parser ignoring value of tab_length.Kar Epker2015-06-011-2/+10
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-5/+4
* 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
* Fixed a typo in the docsLeonid Shvechikov2013-04-151-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-5/+7
* Fixes #64. Added sane_list extension.Waylan Limberg2012-01-241-0/+49