aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop #430facelessuser2015-09-041-3/+4
* Fix find footnote placeholder to recurseGustav Tiger2015-08-291-1/+3
* Override regex for html inline pattern when smart_angled_quotes is trueDmitry Shachnev2015-06-201-1/+6
* Revert "smarty: Use a separate processor for angled quotes"Dmitry Shachnev2015-06-191-8/+4
* smarty: Use a separate processor for angled quotesDmitry Shachnev2015-06-151-4/+8
* Updated BlockProcessor to new-style class. Changed subclasses to use super().Kar Epker2015-06-012-6/+6
* Changed formatting of regex strings. Fixed flake8 issues.Kar Epker2015-06-012-19/+10
* Changed line continuations to satisfy pylint.Kar Epker2015-06-012-14/+19
* Fixed parser ignoring value of tab_length.Kar Epker2015-06-012-9/+30
* Upped version to 2.6.22.6.2-finalWaylan Limberg2015-04-201-1/+1
* Merge pull request #404 from iKevinY/spelling-fixesWaylan Limberg2015-04-061-6/+6
|\
| * Miscellaneous capitalization/spelling fixesKevin Yap2015-04-061-6/+6
* | 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
* Upped version to 2.6.12.6.1-finalWaylan Limberg2015-03-081-1/+1
* 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
* Fix formatting DeprecationWarning messages.Dmitry Shachnev2015-02-201-2/+2
* Upped version to 2.6 final2.6-finalWaylan Limberg2015-02-191-1/+1
* No binary operators at begining of line.Waylan Limberg2015-02-184-17/+14
* 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
* Fix back-compat import of ext names without dots.Waylan Limberg2015-02-021-1/+1
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-317-10/+9
* Only log warnings from commandline script.Waylan Limberg2015-01-313-18/+28
* 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-302-35/+29
* 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
* flake8ifyMarc Abramowitz2014-12-091-3/+3
* Add YAML support to Meta extensionKernc2014-11-301-7/+41
* Upped version to 2.6.devWaylan Limberg2014-11-301-1/+1
* Completed flake8 cleanup.Waylan Limberg2014-11-202-2/+2
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-2030-602/+805
* Upped version to 2.5.2.2.5.2-finalWaylan Limberg2014-11-191-1/+1
* Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-191-2/+3
* Issue #366 Recursion error in toc extfacelessuser2014-11-171-48/+47
* Issue #365 Bold/Italic nesting fixfacelessuser2014-11-171-2/+2
* Changed logging level when loading extensionsChris Topaloudis2014-10-241-1/+1
* Fix tail out of order issuefacelessuser2014-10-181-1/+1
* Use Pygments APIfacelessuser2014-10-041-10/+10
* Upped version to 2.5.12.5.1-finalWaylan Limberg2014-09-261-1/+1
* Run Meta after whitespace normalizationWaylan Limberg2014-09-261-1/+1
* Better nested STRONG EM support.Waylan Limberg2014-09-261-2/+6
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-262-23/+26
* Added a temp workwround for deprecated short ext names.Waylan Limberg2014-09-251-0/+4