aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Added 2.5.2 to changelog.Waylan Limberg2014-11-201-0/+2
* Upped version to 2.5.2.2.5.2-finalWaylan Limberg2014-11-191-1/+1
* Merge pull request #371 from facelessuser/masterWaylan Limberg2014-11-193-5/+27
|\
| * Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-193-5/+27
* | Merge pull request #367 from facelessuser/masterWaylan Limberg2014-11-174-51/+56
|\|
| * Issue #366 Recursion error in toc extfacelessuser2014-11-171-48/+47
| * Issue #365 Bold/Italic nesting fixfacelessuser2014-11-173-3/+9
|/
* Make TestCodeHilite tests working with Pygments 2.0rc1.Dmitry Shachnev2014-11-041-9/+5
* Updated nl2br example in docs.Waylan Limberg2014-10-281-1/+1
* Merge pull request #360 from topless/patch-1Waylan Limberg2014-10-241-1/+1
|\
| * Changed logging level when loading extensionsChris Topaloudis2014-10-241-1/+1
|/
* Merge pull request #358 from facelessuser/masterWaylan Limberg2014-10-183-2/+5
|\
| * Fix tail out of order issuefacelessuser2014-10-183-2/+5
|/
* Merge pull request #350 from facelessuser/masterWaylan Limberg2014-10-061-10/+10
|\
| * Use Pygments APIfacelessuser2014-10-041-10/+10
|/
* Upped version to 2.5.12.5.1-finalWaylan Limberg2014-09-263-7/+6
* Run Meta after whitespace normalizationWaylan Limberg2014-09-261-1/+1
* Better nested STRONG EM support.Waylan Limberg2014-09-263-2/+47
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-263-23/+40
* Added a temp workwround for deprecated short ext names.Waylan Limberg2014-09-252-9/+10
* Fixed TOC Option parsing.Waylan Limberg2014-09-252-3/+16
* Add 2.5 release date, and fix a typo.Dmitry Shachnev2014-09-152-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-083-3/+12
* Mark "Safe Mode" as pending deprecation.Waylan Limberg2014-09-015-32/+94
* Some docs cleanup.Waylan Limberg2014-08-297-60/+53
* Updated extension API docs for recent changes.Waylan Limberg2014-08-292-46/+70
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-297-55/+111
* Code exampeles in extension docs now show best practices.Waylan Limberg2014-08-292-13/+14
* Refactored tests to no longer pass configs to names extensions.Waylan Limberg2014-08-291-10/+19
* More updates to test configs.Waylan Limberg2014-08-297-15/+42
* Docs now use dot notation for all extensions.Waylan Limberg2014-08-2918-59/+52
* All extension tests now use python dot notation.Waylan Limberg2014-08-294-65/+67
* 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
* | Various tweaks to release notes.Waylan Limberg2014-08-271-34/+46
* | Allow named extensions to specify the Class NameWaylan Limberg2014-08-273-12/+61
* | Refactored extension importing.Waylan Limberg2014-08-276-27/+45
|/
* Removed some old codeWaylan Limberg2014-08-251-4/+1
* Added some inline pattenr tests.Waylan Limberg2014-08-259-3/+22