aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-081-20/+0
* No `=` in key or value of attr lists.Waylan Limberg2015-02-242-1/+19
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-051-0/+11
* Only log warnings from commandline script.Waylan Limberg2015-01-311-3/+2
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-011-54/+105
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-301-6/+6
* Preserve order of nested headers in TOCWaylan Limberg2014-12-303-0/+53
* Complete test coverage of TOC ExtensionWaylan Limberg2014-12-301-0/+42
* Add reset support to TOC extension.Waylan Limberg2014-12-301-0/+8
* Add YAML support to Meta extensionKernc2014-11-301-0/+42
* Completed flake8 cleanup.Waylan Limberg2014-11-202-259/+480
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-202-48/+69
* Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-192-3/+24
* Issue #365 Bold/Italic nesting fixfacelessuser2014-11-172-1/+7
* Make TestCodeHilite tests working with Pygments 2.0rc1.Dmitry Shachnev2014-11-041-9/+5
* Fix tail out of order issuefacelessuser2014-10-182-1/+4
* Better nested STRONG EM support.Waylan Limberg2014-09-262-0/+41
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-261-0/+14
* Added a temp workwround for deprecated short ext names.Waylan Limberg2014-09-251-9/+6
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-1/+14
* Code Blocks must always be AtomicStringsWaylan Limberg2014-09-082-2/+11
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-292-21/+15
* Refactored tests to no longer pass configs to names extensions.Waylan Limberg2014-08-291-10/+19
* More updates to test configs.Waylan Limberg2014-08-294-2/+24
* All extension tests now use python dot notation.Waylan Limberg2014-08-294-65/+67
* Allow named extensions to specify the Class NameWaylan Limberg2014-08-271-2/+15
* Refactored extension importing.Waylan Limberg2014-08-271-8/+17
* Added some inline pattenr tests.Waylan Limberg2014-08-259-3/+22
* Fixed a bug in markdown.util.parseBoolValueWaylan Limberg2014-08-251-0/+5
* Add test of unsafe HTML in stash with safe_mode='excape'Waylan Limberg2014-08-251-0/+20
* Added `--extension_configs` option to the CLI.Waylan Limberg2014-08-221-0/+141
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-212-10/+10
* Updated generate code for tests refactor. Related to #333.Waylan Limberg2014-08-211-3/+3
* Fix a typo in testing refactor. Related to #333Waylan Limberg2014-08-201-1/+1
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-2017-212/+244
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-151-2/+2
* 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-112-1/+3
* Fixed silly typo. Relates to #325.Waylan Limberg2014-08-011-1/+1
* Ensure Extension.getConfigInfo Test always passesWaylan Limberg2014-08-011-2/+3
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-16/+21
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-291-1/+30
* Add tests of markdown.extensions.ExtensionWaylan Limberg2014-07-111-0/+23
* 100% test coverage of admonitionsWaylan Limberg2014-07-102-0/+2
* smarty: add support for angled quotesDmitry Shachnev2014-06-193-1/+6
* Add failing unit test for smarty: ellipsis before close double quote generate...Lawrence Kesteloot2014-05-312-0/+3
* Merge pull request #311 from mitya57/masterWaylan Limberg2014-05-261-1/+1
|\
| * Add smarty to extensions for attr_list testDmitry Shachnev2014-05-061-1/+1
* | Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-212-1/+14
|/
* Skip a weird PHP test.Waylan Limberg2014-04-201-0/+4