aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-084-74/+16
* No `=` in key or value of attr lists.Waylan Limberg2015-02-243-3/+21
* Fix formatting DeprecationWarning messages.Dmitry Shachnev2015-02-201-2/+2
* Upped version to 2.6 final2.6-finalWaylan Limberg2015-02-192-2/+2
* Add 'help' command to makefileWaylan Limberg2015-02-191-0/+14
* No binary operators at begining of line.Waylan Limberg2015-02-184-17/+14
* Cleaned up spelling (again).Waylan Limberg2015-02-182-5/+6
* Reformatted Release Notes for 2.6.Waylan Limberg2015-02-181-154/+188
* Added some words missing from Travis' aspell dict.Waylan Limberg2015-02-071-0/+5
* Add Docs spellchecking Test.Waylan Limberg2015-02-074-1/+157
* Thorough spell check of the docs.Waylan Limberg2015-02-0728-429/+441
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-054-8/+43
* Upgraded to DeprecationWarning on ext `config` keyword.Waylan Limberg2015-02-052-18/+68
* 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-314-21/+30
* Merge pull request #382 from nikolas/patch-1Waylan Limberg2015-01-281-1/+1
|\
| * typo fixnikolas2015-01-281-1/+1
| * Fix typo in release-2.6.txtnikolas2015-01-281-1/+1
|/
* Add offical support for PyPy.Waylan Limberg2015-01-103-2/+8
* Added test-requirements.txtWaylan Limberg2015-01-102-4/+5
* Clean up a few typos and formatting issues.Waylan Limberg2015-01-012-55/+51
* More refactor of TOC Extension.Waylan Limberg2015-01-011-24/+24
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2015-01-011-1/+1
|\
| * Merge pull request #381 from svetlyak40wt/patch-1Waylan Limberg2014-12-311-1/+1
| |\
| | * Fix a small typoAlexander Artemenko2014-12-311-1/+1
| |/
* / HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-016-157/+289
|/
* Added first draft of 2.6 release notes.Waylan Limberg2014-12-305-6/+142
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-303-41/+35
* Preserve order of nested headers in TOCWaylan Limberg2014-12-304-49/+108
* Merge branch 'temp'Waylan Limberg2014-12-302-14/+54
|\
| * Complete test coverage of TOC ExtensionWaylan Limberg2014-12-302-8/+48
| * Always add toc to Markdown Class InstanceWaylan Limberg2014-12-301-6/+6
| * Add reset support to TOC extension.Waylan Limberg2014-12-302-0/+14
* | Fix testWaylan Limberg2014-12-301-12/+1
* | Add reset support to TOC extension.Waylan Limberg2014-12-302-0/+25
|/
* Better docs of treeprocessor API.Waylan Limberg2014-12-291-3/+14
* Merge pull request #378 from d0ugal/docs-fixWaylan Limberg2014-12-231-4/+5
|\
| * Correct the documentation for the slugify functionDougal Matthews2014-12-221-4/+5
* | Merge pull request #376 from msabramo/flake8Waylan Limberg2014-12-092-11/+15
|\ \
| * | flake8ifyMarc Abramowitz2014-12-092-11/+15
|/ /
* | Merge branch 'kernc-meta_yaml'Waylan Limberg2014-11-304-14/+110
|\ \
| * | Add YAML support to Meta extensionKernc2014-11-303-13/+109
| * | Upped version to 2.6.devWaylan Limberg2014-11-301-1/+1
| * | Updated author emailWaylan Limberg2014-11-302-2/+3
| |/
* / Updated author emailWaylan Limberg2014-11-302-2/+3
|/
* Removed 3.1 env from toxWaylan Limberg2014-11-201-1/+1
* Added flake8 to tox and travisWaylan Limberg2014-11-202-1/+9
* Completed flake8 cleanup.Waylan Limberg2014-11-204-261/+482
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-2034-708/+955