aboutsummaryrefslogtreecommitdiffstats
path: root/test-markdown.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed Ticket 43. Apparenlty ElementTree does not recognize 'utf8' as an alias...Waylan Limberg2009-08-231-4/+4
* Added optional HTML 4 output. Available formats currently include XHTML 1 and...Eric Abrahamsen2009-01-281-3/+4
* Check for dependencies for the CodeHilite extension before running it's tests...Waylan Limberg2008-12-081-2/+9
* Refactoring test and getting logging to work properly when etree fails to load.Yuri Takhteyev2008-12-071-161/+112
* Different way of importing htmlentitydefs for python 3.0 and disabling diff o...Yuri Takhteyev2008-12-041-2/+4
* Updated definition list extension to work with new block parser.Waylan Limberg2008-11-221-1/+1
* disable def_list tests until fixed.Waylan Limberg2008-11-131-1/+1
* Added Abbreviation Extension. Tests includedWaylan Limberg2008-11-051-0/+1
* Added Definition List extension. This is a first draft. A few more advanced f...Waylan Limberg2008-11-041-0/+1
* Updated and activated footnotes extension tests for refactor in previous commit.Waylan Limberg2008-10-291-1/+1
* More cleanup. Not sure why some executables didn't have shebang lines. They d...Waylan Limberg2008-10-291-0/+2
* Cleaning house. Actually have all executables be executable and stop Vim's .s...Waylan Limberg2008-10-281-0/+0
* Completing the test case for the toc extension.Yuri Takhteyev2008-10-181-0/+1
* Removed old 'wikilink' extension.Waylan Limberg2008-09-201-1/+1
* Fixed memory measure for MacOS.Artem Yunusov2008-08-241-2/+5
* Added final results to test script.Artem Yunusov2008-08-241-1/+11
* We should be running all the available extension tests. Enabled now - except ...Waylan Limberg2008-08-221-1/+2
* Added reset methods for InlineStash and HtmlStash. Some cleanups and comments...Artem Yunusov2008-08-041-1/+1
* Bugfix for inline patterns. Tables extension ported to ElementTree.Artem Yunusov2008-08-041-4/+4
* Merge git://gitorious.org/python-markdown/mainlineArtem Yunusov2008-08-021-1/+2
|\
| * Adding extensions tests.Yuri Takhteyev2008-07-291-1/+2
* | ElementTree support added.Artem Yunusov2008-07-061-1/+1
* | Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-031-1/+1
* | Test suite cleanup. README for markdown2 tests. Separation in two stages(mark...Artem2008-06-261-4/+4
* | first commitArtem2008-06-241-2/+5
|/
* create the test output directory if it doesn't already exist.Jeff Balogh2008-05-301-0/+3
* Whoops. "ht" -> "hd".Yuri Takhteyev2008-05-301-1/+1
* Making difflib.HtmlDiff optional for compatibility with python 2.3.Yuri Takhteyev2008-05-301-7/+11
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-191-4/+4
* fixed testing framework to actually use the extensions passed in and a few ot...Waylan Limberg2008-03-031-3/+4
* Allow repeated calls to md.convert to pass in an empty string. Also fixed tes...Waylan Limberg2007-11-031-2/+2
* Added a test scriptYuri Takhteyev2007-03-251-0/+355