aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-312-1/+22
* Add the possibility to set additional classesWhiteWinterWolf2018-07-242-0/+17
* Correct spelling mistakes.Edward Betts2018-01-136-6/+6
* Switch from nose to unittestWaylan Limberg2018-01-082-109/+0
* Fix raw html reference issue (#585)Isaac Muse2018-01-042-0/+186
* 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 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
* Better inline code escaping (#533)Isaac Muse2017-01-202-1/+27
* Tables: Improvements (#530)Isaac Muse2017-01-192-1/+104
* 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-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