aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/extra.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-311-1/+0
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-3/+3
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-5/+4
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Refactor Extension loading (#627)Waylan Limberg2018-01-121-7/+7
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-9/+8
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-3/+3
* More updates to test configs.Waylan Limberg2014-08-291-8/+14
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-4/+7
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+2
* Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-211-19/+13
* Miscellaneous improvements and bug fixes.ryneeverett2013-11-191-7/+5
* Issue #52ryneeverett2013-10-141-8/+85
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-3/+4
* Fixed #160. No `markdown=1` support in safe_mode.Waylan Limberg2012-12-051-2/+3
* Refactored HeaderId extension to no longer include defining ids. It only auto...Waylan Limberg2011-06-301-1/+1
* Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we no...Waylan Limberg2011-06-071-1/+2
* Added processing of markdown text within raw html to the 'extra' extension. F...Waylan Limberg2010-01-031-0/+2
* Added definition lists to extra extension.Waylan Limberg2008-11-221-6/+3
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+52