summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Cleanup backport of 2.6.x bugfixes.md3Waylan Limberg2015-12-294-34/+0
* Add a failing testcase for issue #440.Dmitry Shachnev2015-12-292-1/+22
* Ensure InlinePatterns don't drop newlines.Waylan Limberg2015-12-292-1/+6
* Fixed handling of table cell splitMustafa Haddara2015-12-293-9/+84
* Fix infinite loop #430facelessuser2015-12-292-1/+12
* Fix find footnote placeholder to recurseGustav Tiger2015-12-292-0/+18
* Add a test for duplicate angled quotes without smarty extensionDmitry Shachnev2015-12-292-1/+4
* Add a test to make sure quotes processor does not touch code blocksDmitry Shachnev2015-12-292-2/+2
* tests: Add a failing case for `<<Hello>>` to smarty testDmitry Shachnev2015-12-292-0/+2
* Revert to ext short names now that we use entry_points.Waylan Limberg2015-04-224-49/+49
* Refactor options testsWaylan Limberg2015-04-224-6/+12
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2015-04-227-7/+8
* Removed unnessecary no attributes test.Waylan Limberg2015-04-223-8/+0
* Removed laxy_ol keyword. Use sane_lists extension instead.Waylan Limberg2015-04-225-39/+22
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2015-04-2214-36/+44
* Removed deprecated HeaderId Extension.Waylan Limberg2015-04-221-54/+0
* Removed md_globals from extension API.Waylan Limberg2015-04-221-1/+1
* Use entry points to load extensions by name.Waylan Limberg2015-04-222-19/+11
* Moved testing framework into library.Waylan Limberg2015-04-222-307/+0
* 100% coverage of core.py and flake8 cleanup.Waylan Limberg2015-04-221-2/+47
* Removed deprecated safe_mode.Waylan Limberg2015-04-2220-531/+2
* Removed unnessecary fake_extension_factory from tests.Waylan Limberg2015-04-221-25/+0
* Removed deprecated support for short extension names.Waylan Limberg2015-04-221-15/+0
* Removed support for deprecated config in ext name.Waylan Limberg2015-04-221-7/+0
* Removed deprecated support for positional args.Waylan Limberg2015-04-221-5/+5
* 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