summaryrefslogtreecommitdiff
path: root/markdown/extensions/extra.py
Commit message (Expand)AuthorAgeFilesLines
* Replace homegrown OrderedDict with purpose-built Registry.Waylan Limberg2016-11-111-3/+3
* Revert to ext short names now that we use entry_points.Waylan Limberg2015-04-221-6/+6
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2015-04-221-1/+0
* All Markdown instances are now 'md'.Waylan Limberg2015-04-221-1/+1
* Removed md_globals from extension API.Waylan Limberg2015-04-221-1/+1
* Removed now unnessecary 'makeExtension' functions from extensions.Waylan Limberg2015-04-221-4/+0
* Removed deprecated support for positional args on Extension class.Waylan Limberg2015-04-221-6/+4
* Removed deprecated safe_mode.Waylan Limberg2015-04-221-9/+8
* 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