| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tail out of order issue | facelessuser | 2014-10-18 | 3 | -2/+5 |
* | Merge pull request #350 from facelessuser/master | Waylan Limberg | 2014-10-06 | 1 | -10/+10 |
|\ |
|
| * | Use Pygments API | facelessuser | 2014-10-04 | 1 | -10/+10 |
|/ |
|
* | Upped version to 2.5.12.5.1-final | Waylan Limberg | 2014-09-26 | 3 | -7/+6 |
* | Run Meta after whitespace normalization | Waylan Limberg | 2014-09-26 | 1 | -1/+1 |
* | Better nested STRONG EM support. | Waylan Limberg | 2014-09-26 | 3 | -2/+47 |
* | Fix the lost tail issue in inlineprocessors. | facelessuser | 2014-09-26 | 3 | -23/+40 |
* | Added a temp workwround for deprecated short ext names. | Waylan Limberg | 2014-09-25 | 2 | -9/+10 |
* | Fixed TOC Option parsing. | Waylan Limberg | 2014-09-25 | 2 | -3/+16 |
* | Add 2.5 release date, and fix a typo. | Dmitry Shachnev | 2014-09-15 | 2 | -2/+2 |
* | Version 2.5-Final2.5-final | Waylan Limberg | 2014-09-12 | 1 | -1/+1 |
* | Deprecate positional args for markdownFromFile also. | Waylan Limberg | 2014-09-12 | 1 | -0/+4 |
* | Code Blocks must always be AtomicStrings | Waylan Limberg | 2014-09-08 | 3 | -3/+12 |
* | Mark "Safe Mode" as pending deprecation. | Waylan Limberg | 2014-09-01 | 5 | -32/+94 |
* | Some docs cleanup. | Waylan Limberg | 2014-08-29 | 7 | -60/+53 |
* | Updated extension API docs for recent changes. | Waylan Limberg | 2014-08-29 | 2 | -46/+70 |
* | Mark special treatment of extension names as PendingDeprecation | Waylan Limberg | 2014-08-29 | 7 | -55/+111 |
* | Code exampeles in extension docs now show best practices. | Waylan Limberg | 2014-08-29 | 2 | -13/+14 |
* | Refactored tests to no longer pass configs to names extensions. | Waylan Limberg | 2014-08-29 | 1 | -10/+19 |
* | More updates to test configs. | Waylan Limberg | 2014-08-29 | 7 | -15/+42 |
* | Docs now use dot notation for all extensions. | Waylan Limberg | 2014-08-29 | 18 | -59/+52 |
* | All extension tests now use python dot notation. | Waylan Limberg | 2014-08-29 | 4 | -65/+67 |
* | Merge branch 'master' of https://github.com/waylan/Python-Markdown | Waylan Limberg | 2014-08-27 | 1 | -1/+1 |
|\ |
|
| * | Fixed a small bug in --extension_configs CLI option. | Waylan Limberg | 2014-08-25 | 1 | -1/+1 |
* | | Various tweaks to release notes. | Waylan Limberg | 2014-08-27 | 1 | -34/+46 |
* | | Allow named extensions to specify the Class Name | Waylan Limberg | 2014-08-27 | 3 | -12/+61 |
* | | Refactored extension importing. | Waylan Limberg | 2014-08-27 | 6 | -27/+45 |
|/ |
|
* | Removed some old code | Waylan Limberg | 2014-08-25 | 1 | -4/+1 |
* | Added some inline pattenr tests. | Waylan Limberg | 2014-08-25 | 9 | -3/+22 |
* | Fixed a bug in markdown.util.parseBoolValue | Waylan Limberg | 2014-08-25 | 2 | -3/+8 |
* | Add test of unsafe HTML in stash with safe_mode='excape' | Waylan Limberg | 2014-08-25 | 1 | -0/+20 |
* | Include __main__.py in coverage. | Waylan Limberg | 2014-08-22 | 2 | -4/+3 |
* | Note deprecation of `force_linenums` keyword in release notes. | Waylan Limberg | 2014-08-22 | 1 | -3/+9 |
* | Added `--extension_configs` option to the CLI. | Waylan Limberg | 2014-08-22 | 4 | -29/+251 |
* | Cleaned up some whitespace inconsistancies. | Waylan Limberg | 2014-08-22 | 1 | -1/+1 |
* | Update docs for tests refactor. INI => YAML. Relates to #333. | Waylan Limberg | 2014-08-21 | 2 | -16/+17 |
* | Standardized all extension header comments to a uniform format. | Waylan Limberg | 2014-08-21 | 17 | -446/+193 |
* | 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/... | Waylan Limberg | 2014-08-21 | 15 | -32/+32 |
* | Updated generate code for tests refactor. Related to #333. | Waylan Limberg | 2014-08-21 | 2 | -4/+4 |
* | Upped version to 2.5-dev and started release notes. | Waylan Limberg | 2014-08-20 | 5 | -4/+51 |
* | Fix a typo in testing refactor. Related to #333 | Waylan Limberg | 2014-08-20 | 1 | -1/+1 |
* | Update lib reference docs to reflect that extension_configs accepts dicts. Re... | Waylan Limberg | 2014-08-20 | 1 | -10/+14 |
* | Refactored test framework to use YAML config files rather than INI. Fixes #333. | Waylan Limberg | 2014-08-20 | 18 | -212/+245 |
* | Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo. | Martin Altmayer | 2014-08-15 | 3 | -8/+7 |
* | Added test for the new 'smart_substitutions' feature of Smarty extension. | Martin Altmayer | 2014-08-14 | 1 | -0/+33 |
* | Fixed an old typo in the smarty extension and added a test case. | Martin Altmayer | 2014-08-11 | 3 | -3/+5 |
* | Replaced smart_lsquo etc. by a single option smart_substitutions which allows... | Martin Altmayer | 2014-08-11 | 2 | -23/+49 |
* | Added options to the Smarty extension that configure the text that is used to... | Martin Altmayer | 2014-08-09 | 2 | -3/+23 |
* | Makefiles require tabs - not spaces - for indentation. see #328 | Waylan Limberg | 2014-08-05 | 1 | -3/+3 |
* | Ensure MANIFEST is always included in builds. Fixes #328. | Waylan Limberg | 2014-08-05 | 1 | -0/+3 |