aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-2/+2
* Version 2.5-Final2.5-finalWaylan Limberg2014-09-121-1/+1
* Deprecate positional args for markdownFromFile also.Waylan Limberg2014-09-121-0/+4
* Code Blocks must always be AtomicStringsWaylan Limberg2014-09-081-1/+1
* Mark "Safe Mode" as pending deprecation.Waylan Limberg2014-09-012-7/+22
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-292-7/+41
* More updates to test configs.Waylan Limberg2014-08-293-13/+18
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2014-08-271-1/+1
|\
| * Fixed a small bug in --extension_configs CLI option.Waylan Limberg2014-08-251-1/+1