aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/admonition.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-3/+1
* Add the possibility to set additional classesWhiteWinterWolf2018-07-241-2/+4
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-051-2/+2
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-311-1/+1
* Completed flake8 cleanup.Waylan Limberg2014-11-201-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-7/+7
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-29/+6
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+3
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-7/+8
* Allow capitalized Admonition title.Waylan Limberg2013-02-121-1/+1
* Added comments detailing the difference between not providing a title and usi...Tiago Serafim2012-09-191-0/+4
* More tests for the extension and new tests for the RE. It's now possible to u...Tiago Serafim2012-09-191-9/+9
* Removed the configs.Tiago Serafim2012-09-081-39/+16
* Initial version with insufficient tests and no docs.Tiago Serafim2012-09-021-0/+136