aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/smart_strong.py
Commit message (Expand)AuthorAgeFilesLines
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-311-37/+0
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-6/+2
* Flexible inline (#629)Isaac Muse2018-01-171-5/+5
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Correct spelling mistakes.Edward Betts2018-01-131-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-3/+9
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-15/+8
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+2
* Make doctests support Python 3Dmitry Shachnev2014-06-111-6/+6
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-7/+5
* Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-1/+0
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-021-6/+6
* Fix syntax error in doctests which tripped up the 2to3 tool.Waylan Limberg2011-07-241-6/+6
* A few minor tweaks to the smart_strong extension. Thanks to David Chambers fo...Waylan Limberg2011-06-131-2/+2
* Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we no...Waylan Limberg2011-06-071-0/+45