aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling mistakes.Edward Betts2018-01-132-2/+2
* Switch from nose to unittestWaylan Limberg2018-01-081-36/+0
* Fix raw html reference issue (#585)Isaac Muse2018-01-042-0/+186
* 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
* Fix table alignment when seperator contains spaces (#489)eph2016-08-151-4/+4
* Add a failing testcase for issue #440.Dmitry Shachnev2015-11-072-1/+22
* Fixed handling of table cell splitMustafa Haddara2015-10-242-1/+84
* Fix infinite loop #430facelessuser2015-09-042-1/+12
* Fix find footnote placeholder to recurseGustav Tiger2015-08-292-0/+18
* updated tables testpieterprovoost2015-04-062-2/+11
* added support for zero row tablespieterprovoost2015-04-051-0/+3
* Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-192-3/+24
* More updates to test configs.Waylan Limberg2014-08-293-0/+22
* All extension tests now use python dot notation.Waylan Limberg2014-08-291-8/+8
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-201-14/+22
* Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-212-1/+14
* Fix some tests failuresDmitry Shachnev2014-02-121-1/+1
* tables_and_attr_list testryneeverett2014-01-113-0/+25
* Issue #52ryneeverett2013-10-142-6/+57
* Ensure each term on def list maintains its own loose status.Waylan Limberg2013-09-022-1/+22
* Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-062-0/+40
* Fix `footnote_many_footnotes` test as per #129Dmitry Shachnev2012-08-251-2398/+2398
* Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-093-15/+15
* Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I ...Waylan Limberg2011-11-173-2402/+1212
* Merge git://github.com/Mekk/Python-Markdown into mekkWaylan Limberg2011-11-172-0/+10796
|\
| * Example test for #51 (crash on docs with +1000 footnotes)Marcin Kasperski2011-11-102-0/+10796
* | Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...Waylan Limberg2011-11-183-14/+7
|/
* Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. T...Waylan Limberg2011-06-292-1/+62
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-161-6/+6
* Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...Waylan Limberg2010-08-252-0/+3
* Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd...Waylan Limberg2010-08-022-0/+15
* Fixed Ticket 60. The dd in definition lists can now not be indented on second...Waylan Limberg2010-03-242-0/+12
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-1217-0/+2012