aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update reference docs for recent Extension.__init__ refactor.Waylan Limberg2014-08-011-3/+13
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-3120-118/+121
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-292-8/+59
* Merge pull request #327 from mitya57/masterWaylan Limberg2014-07-271-1/+1
|\
| * tox.ini: install pytidylib from PyPIDmitry Shachnev2014-07-251-1/+1
|/
* Mark a few more lines with 'no cover' - missed them the first time through. T...Waylan Limberg2014-07-113-6/+6
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2014-07-110-0/+0
|\
| * Added Coveralls status badgeWaylan Limberg2014-07-101-0/+1
* | Added Coveralls status badgeWaylan Limberg2014-07-111-0/+1
* | Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-1112-31/+32
* | Add tests of markdown.extensions.ExtensionWaylan Limberg2014-07-111-0/+23
* | Better coverage config. Now at 88% coverage.Waylan Limberg2014-07-112-1/+3
|/
* 100% test coverage of admonitionsWaylan Limberg2014-07-103-0/+4