aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/abbr.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* 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/+4
* Flexible inline (#629)Isaac Muse2018-01-171-6/+6
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Fix raw html reference issue (#585)Isaac Muse2018-01-041-0/+3
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-12/+14
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-16/+9
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+2
* Make doctests support Python 3Dmitry Shachnev2014-06-111-1/+1
* AbbrExtension now handles abbreviations nested in other markup.Waylan Limberg2013-06-161-2/+2
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-10/+10
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-021-2/+2
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-1/+1
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-2/+3
* Updated abbr extension for new refactor.Waylan Limberg2008-11-201-3/+3
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+95