summaryrefslogtreecommitdiff
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Replace homegrown OrderedDict with purpose-built Registry.Waylan Limberg2016-11-1117-83/+52
* Fix handling of characters after backtick in tables.Dmitry Shachnev2015-12-291-1/+1
* Fixed handling of table cell splitMustafa Haddara2015-12-291-2/+49
* Fix find footnote placeholder to recurseGustav Tiger2015-12-291-1/+3
* Override regex for html inline pattern when smart_angled_quotes is trueDmitry Shachnev2015-12-291-1/+6
* Revert "smarty: Use a separate processor for angled quotes"Dmitry Shachnev2015-12-291-8/+4
* smarty: Use a separate processor for angled quotesDmitry Shachnev2015-12-291-4/+12
* Updated BlockProcessor to new-style class. Changed subclasses to use super().Kar Epker2015-12-291-2/+2
* Changed formatting of regex strings. Fixed flake8 issues.Kar Epker2015-12-291-6/+4
* Changed line continuations to satisfy pylint.Kar Epker2015-12-291-4/+6
* Fixed parser ignoring value of tab_length.Kar Epker2015-12-291-2/+10
* Revert to ext short names now that we use entry_points.Waylan Limberg2015-04-221-6/+6
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2015-04-223-38/+30
* Removed laxy_ol keyword. Use sane_lists extension instead.Waylan Limberg2015-04-221-0/+1
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2015-04-221-0/+45
* Cleaned up some old Python 2.4 code.Waylan Limberg2015-04-221-7/+1
* All Markdown instances are now 'md'.Waylan Limberg2015-04-227-15/+15
* Removed deprecated HeaderId Extension.Waylan Limberg2015-04-221-93/+0
* Removed md_globals from extension API.Waylan Limberg2015-04-2218-20/+18
* Removed now unnessecary 'makeExtension' functions from extensions.Waylan Limberg2015-04-2217-69/+0
* Removed unused import.Waylan Limberg2015-04-221-1/+0
* Removed deprecated support for positional args on Extension class.Waylan Limberg2015-04-2218-77/+49
* Removed deprecated safe_mode.Waylan Limberg2015-04-225-16/+12
* added support for zero row tablespieterprovoost2015-04-051-2/+2
* smarty: Add back special case for decade abbreviationsDmitry Shachnev2015-03-181-0/+4
* Add Comment support to toc.Waylan Limberg2015-03-141-2/+2
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-081-34/+6
* No `=` in key or value of attr lists.Waylan Limberg2015-02-241-2/+2
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-051-7/+10
* Upgraded to DeprecationWarning on ext `config` keyword.Waylan Limberg2015-02-051-9/+11
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-316-9/+8
* Only log warnings from commandline script.Waylan Limberg2015-01-311-4/+0
* More refactor of TOC Extension.Waylan Limberg2015-01-011-24/+24
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-012-69/+74
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-301-4/+4
* Preserve order of nested headers in TOCWaylan Limberg2014-12-301-49/+55
* Complete test coverage of TOC ExtensionWaylan Limberg2014-12-301-8/+6
* Always add toc to Markdown Class InstanceWaylan Limberg2014-12-301-6/+6
* Add reset support to TOC extension.Waylan Limberg2014-12-301-0/+6
* Add YAML support to Meta extensionKernc2014-11-301-7/+41
* Completed flake8 cleanup.Waylan Limberg2014-11-201-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-2018-275/+346
* Issue #366 Recursion error in toc extfacelessuser2014-11-171-48/+47
* Use Pygments APIfacelessuser2014-10-041-10/+10
* Run Meta after whitespace normalizationWaylan Limberg2014-09-261-1/+1
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-2/+2
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-291-1/+14
* More updates to test configs.Waylan Limberg2014-08-292-11/+16
* Cleaned up some whitespace inconsistancies.Waylan Limberg2014-08-221-1/+1
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-2117-446/+193