aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a bug in markdown.util.parseBoolValueWaylan Limberg2014-08-252-3/+8
* Add test of unsafe HTML in stash with safe_mode='excape'Waylan Limberg2014-08-251-0/+20
* Include __main__.py in coverage.Waylan Limberg2014-08-222-4/+3
* Note deprecation of `force_linenums` keyword in release notes.Waylan Limberg2014-08-221-3/+9
* Added `--extension_configs` option to the CLI.Waylan Limberg2014-08-224-29/+251
* Cleaned up some whitespace inconsistancies.Waylan Limberg2014-08-221-1/+1
* Update docs for tests refactor. INI => YAML. Relates to #333.Waylan Limberg2014-08-212-16/+17
* 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-2115-32/+32
* Updated generate code for tests refactor. Related to #333.Waylan Limberg2014-08-212-4/+4