aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/extra.py
Commit message (Expand)AuthorAgeFilesLines
* 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