aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed support for deprecated config in ext name.Waylan Limberg2018-01-111-7/+0
* Removed deprecated support for positional args.Waylan Limberg2018-01-111-5/+5
* Switch from nose to unittestWaylan Limberg2018-01-0812-556/+213
* Provide new testing framework.Waylan Limberg2018-01-086-0/+1305
* Fix raw html reference issue (#585)Isaac Muse2018-01-042-0/+186
* Warnings should cause tests to fail.Waylan Limberg2018-01-041-0/+7
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-062-10/+10
* Feature ancestry (#598)Isaac Muse2017-11-231-0/+52
* Added footnote BACKLINK_TEXT test.Waylan Limberg2017-03-081-0/+24
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-052-0/+16
* Fix regression of single column tables (#540)Isaac Muse2017-01-262-2/+129
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-242-0/+22
* Fix footnote parsing of footnote content (#536)Isaac Muse2017-01-232-0/+58
* Create additional references for duplicate footnotes (#534)Isaac Muse2017-01-232-0/+22
* Fix hr recursion issue (#535)Isaac Muse2017-01-232-0/+15
* Better inline code escaping (#533)Isaac Muse2017-01-204-5/+33
* Tables: Improvements (#530)Isaac Muse2017-01-193-1/+116
* Better handling of backticks in tables (#524)Isaac Muse2017-01-112-1/+40
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-262-3/+13
* No need to test the same thing twice.Waylan Limberg2016-09-232-5/+2
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-09-235-7/+16
|\
| * Fix table alignment when seperator contains spaces (#489)eph2016-08-151-4/+4
| * Fix image titles not following specfacelessuser2016-07-262-2/+8
| * Fix another issue with attribute lists (with multiple ‘=’ signs)Dmitry Shachnev2016-06-132-0/+3
* | Don't allow equal signs in attr_list keys.Waylan Limberg2016-09-232-1/+4
|/
* 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