aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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-233-5/+8
|\
| * Fix table alignment when seperator contains spaces (#489)eph2016-08-151-4/+4
| * 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
* 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 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
* No `=` in key or value of attr lists.Waylan Limberg2015-02-242-1/+19
* Preserve order of nested headers in TOCWaylan Limberg2014-12-303-0/+53
* Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-192-3/+24
* Code Blocks must always be AtomicStringsWaylan Limberg2014-09-082-2/+11
* More updates to test configs.Waylan Limberg2014-08-293-0/+22
* All extension tests now use python dot notation.Waylan Limberg2014-08-292-28/+28
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-202-44/+78
* Fixed an old typo in the smarty extension and added a test case.Martin Altmayer2014-08-112-1/+3
* 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
|/
* Add a (failing) test for Smarty extension.Dmitry Shachnev2014-02-132-1/+3
* Fix some tests failuresDmitry Shachnev2014-02-121-1/+1
* tables_and_attr_list testryneeverett2014-01-113-0/+25
* Issue #52ryneeverett2013-10-142-6/+57
* toc: insert `&para;` instead of raw unicode characterDmitry Shachnev2013-09-291-4/+4
* Add tests for the previous two commitsDmitry Shachnev2013-09-253-10/+10
* Ensure each term on def list maintains its own loose status.Waylan Limberg2013-09-022-1/+22
* Some fixes requested by @waylan, cleanup and tests improvementsDmitry Shachnev2013-07-272-2/+11
* Add smarty extension, based on SmartyPants libraryDmitry Shachnev2013-07-263-0/+38
* Added support for attr_lists on definition list terms.Waylan Limberg2013-07-193-2/+22
* Allow inline attr_lists at end of header.Waylan Limberg2013-07-192-2/+2
* Attr_List Extension now also supports nested ol's.Waylan Limberg2013-07-192-1/+43
* Attr_List Extension now support attr_lists on nested lists.Waylan Limberg2013-06-162-1/+23
* Updated toc tests.Waylan Limberg2013-02-192-2/+2
* adding test for out of order headlinesbenjaoming2013-02-183-0/+16
* Allow capitalized Admonition title.Waylan Limberg2013-02-121-1/+1
* Merge branch 'master' into admonitionTiago Serafim2013-02-097-1/+49
|\
| * nl2br and attr_list compatability.Waylan Limberg2013-02-063-0/+6
| * Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-062-0/+40