aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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 `¶` 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
| * Fixed #164. attr_list extension attribute names are now sanitized and won't c...Waylan Limberg2012-12-132-1/+3
* | More tests for the extension and new tests for the RE. It's now possible to u...Tiago Serafim2012-09-192-0/+22
* | Initial version with insufficient tests and no docs.Tiago Serafim2012-09-023-0/+39
|/
* 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
* Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-212-0/+20
* Fixes #64. Added sane_list extension.Waylan Limberg2012-01-243-0/+40
* Removed Codehilite from tests.Waylan Limberg2012-01-202-32/+32
* Support github-flavored markdown by making the '.' optional before language t...Mike Dirolf2012-01-173-0/+69
* Fenced code blocks need to end with a fence on its own line.Mike Dirolf2012-01-173-0/+69
* also undo changes to the test.cfgDaniel Gottlieb2011-12-271-4/+0
* appropriately move the tests to the fenced code documentation in the extensio...Daniel Gottlieb2011-12-272-150/+0
* Allow tildes or backticks in the fenced_code extension to support the syntax ...Daniel Gottlieb2011-12-273-1/+155
* 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 docs and tests to attr_list ext. Closes #7.Waylan Limberg2011-06-203-0/+55
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-161-6/+6