aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Attribute lists are not permitted to contain newlines. Fixes #482.Waylan Limberg2016-06-122-1/+5
* Test if fenced_code honors CodeHilite option use_pygmentsMartin Morgenstern2016-04-111-0/+12
* Add single inline code toc testsStephan Groß2016-03-171-4/+33
* Add toc permalink testsStephan Groß2016-03-171-0/+28
* Add failing toc testStephan Groß2016-03-171-0/+15
* Make TestCodeHilite work with Pygments ≥ 2.1.1Dmitry Shachnev2016-03-031-3/+3
* Fix for exceptions handling in HtmlOutput’s formatErr methodDmitry Shachnev2016-03-031-0/+2
* Added a few empty lines in the test to satisfy flake8Maurice van der Pot2016-02-271-0/+3
* Added assertStartsWith to tests to give better failure messagesMaurice van der Pot2016-02-271-27/+37
* Enabled pygments based tests.Waylan Limberg2016-01-281-35/+12
* Add a failing testcase for issue #440.Dmitry Shachnev2015-11-072-1/+22
* Ensure InlinePatterns don't drop newlines.Waylan Limberg2015-11-062-1/+6
* Fixed handling of table cell splitMustafa Haddara2015-10-243-2/+85
* Fix infinite loop #430facelessuser2015-09-042-1/+12
* Fix find footnote placeholder to recurseGustav Tiger2015-08-292-0/+18
* Add a test for duplicate angled quotes without smarty extensionDmitry Shachnev2015-06-202-1/+4
* Add a test to make sure quotes processor does not touch code blocksDmitry Shachnev2015-06-192-2/+2
* tests: Add a failing case for `<<Hello>>` to smarty testDmitry Shachnev2015-06-152-0/+2
* updated tables testpieterprovoost2015-04-062-2/+11
* added support for zero row tablespieterprovoost2015-04-051-0/+3
* smarty: Add back special case for decade abbreviationsDmitry Shachnev2015-03-182-6/+6
* 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