summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upped version to 2.5-dev and started release notes.Waylan Limberg2014-08-205-4/+51
* Fix a typo in testing refactor. Related to #333Waylan Limberg2014-08-201-1/+1
* Update lib reference docs to reflect that extension_configs accepts dicts. Re...Waylan Limberg2014-08-201-10/+14
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-2018-212/+245
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-153-8/+7
* Added test for the new 'smart_substitutions' feature of Smarty extension.Martin Altmayer2014-08-141-0/+33
* Fixed an old typo in the smarty extension and added a test case.Martin Altmayer2014-08-113-3/+5
* Replaced smart_lsquo etc. by a single option smart_substitutions which allows...Martin Altmayer2014-08-112-23/+49
* Added options to the Smarty extension that configure the text that is used to...Martin Altmayer2014-08-092-3/+23
* Makefiles require tabs - not spaces - for indentation. see #328Waylan Limberg2014-08-051-3/+3
* Ensure MANIFEST is always included in builds. Fixes #328.Waylan Limberg2014-08-051-0/+3
* Fixed silly typo. Relates to #325.Waylan Limberg2014-08-011-1/+1
* Updated extension API docs for Extension.__init__ refactorWaylan Limberg2014-08-011-9/+18
* Ensure Extension.getConfigInfo Test always passesWaylan Limberg2014-08-011-2/+3