aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow named extensions to specify the Class NameWaylan Limberg2014-08-271-10/+16
* | Refactored extension importing.Waylan Limberg2014-08-271-15/+23
|/
* Removed some old codeWaylan Limberg2014-08-251-4/+1
* Fixed a bug in markdown.util.parseBoolValueWaylan Limberg2014-08-251-3/+3
* Include __main__.py in coverage.Waylan Limberg2014-08-221-3/+3
* Added `--extension_configs` option to the CLI.Waylan Limberg2014-08-221-13/+37
* 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
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-2110-13/+13
* Upped version to 2.5-dev and started release notes.Waylan Limberg2014-08-201-1/+1
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-151-3/+2
* Fixed an old typo in the smarty extension and added a test case.Martin Altmayer2014-08-111-2/+2