summaryrefslogtreecommitdiff
path: root/markdown/extensions/admonition.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-3/+3
* Fix minor typosMatthieu Bacconnier2021-05-021-6/+6
* Ensure admonition content is detabbed properlyIsaac Muse2021-02-051-8/+12
* Preserve text immediately before an admonitionOleh Prypin2020-12-301-0/+2
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-261-5/+75
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-1/+1
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-3/+1
* Use https:// links where availableJon Dufresne2019-06-121-2/+2
* 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