aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+17
* Consistent copyright headers.Waylan Limberg2018-07-271-2/+19
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-28/+1
* Upgraded to DeprecationWarning on ext `config` keyword.Waylan Limberg2015-02-051-9/+11
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-14/+19
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-291-1/+14
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-0/+5
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-291-7/+29
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+2
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-3/+4
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-2/+2
* Minor improvement to Extension settings API. Extension.getConfig now accepts ...Waylan Limberg2011-04-071-3/+7
* sane logging. remove sys.exit() calls (libraries should never ever call sys.e...Craig de Stigter2011-04-181-3/+0
* Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...Waylan Limberg2010-08-291-51/+0
* Added logging imports to markdown.extensions which were missed in recent reor...Waylan Limberg2010-07-221-0/+2
* Moved base Extension class and extension loaders to markdown/extensions/__ini...Waylan Limberg2010-07-061-0/+99
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+0