aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skipping codehilite test as differant versions of pygments give slightly diff...Waylan Limberg2010-11-041-0/+2
* 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
* Changed the default style used by pygments in the codehilite extension. This...Waylan Limberg2010-03-251-2/+2
* Updated codehilite test to match new pygments output (they added an extra div...Waylan Limberg2010-02-131-2/+2
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-1230-0/+3694