aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/meta.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/+1
* Implement reset() for Meta extension (#672)Glandos2018-06-191-0/+5
* 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
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-081-34/+6
* Add YAML support to Meta extensionKernc2014-11-301-7/+41
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-7/+9
* Run Meta after whitespace normalizationWaylan Limberg2014-09-261-1/+1
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-32/+8
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-1/+1
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+3
* Make doctests support Python 3Dmitry Shachnev2014-06-111-4/+4
* MetaData no longer fails with no newline. Fixes #228.Waylan Limberg2013-07-031-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-10/+7
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-2/+2
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-021-5/+6
* Added an alternative meta list syntax.David Chambers2011-02-171-1/+5
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+2
* Updated meta extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+90