Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added optional HTML 4 output. Available formats currently include XHTML 1 ↵ | Eric Abrahamsen | 2009-01-28 | 1 | -3/+4 |
| | | | | | | | | and HTML 4. Thanks to Eric Abrahamsen for doing the legwork and providing an initial working patch. And thanks to Fredrik Lundh for allowing us to include his html4 serializer from the ElementTree 1.3 preview. | ||||
* | Check for dependencies for the CodeHilite extension before running it's ↵ | Waylan Limberg | 2008-12-08 | 1 | -2/+9 |
| | | | | tests - avoiding known failures. Perhaps this should be a builtin feature of the tester, but this hack will do for now. | ||||
* | Refactoring test and getting logging to work properly when etree fails to load. | Yuri Takhteyev | 2008-12-07 | 1 | -161/+112 |
| | |||||
* | Different way of importing htmlentitydefs for python 3.0 and disabling diff ↵ | Yuri Takhteyev | 2008-12-04 | 1 | -2/+4 |
| | | | | | | output in test-markdown.py for the same. | ||||
* | Updated definition list extension to work with new block parser. | Waylan Limberg | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | disable def_list tests until fixed. | Waylan Limberg | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | Added Abbreviation Extension. Tests included | Waylan Limberg | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | Added Definition List extension. This is a first draft. A few more advanced ↵ | Waylan Limberg | 2008-11-04 | 1 | -0/+1 |
| | | | | features in PHP's implementation don't work yet. Most notably a blank line between a term and its first definition will break things. See the included test for what works. | ||||
* | Updated and activated footnotes extension tests for refactor in previous commit. | Waylan Limberg | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | More cleanup. Not sure why some executables didn't have shebang lines. They ↵ | Waylan Limberg | 2008-10-29 | 1 | -0/+2 |
| | | | | do now. | ||||
* | Cleaning house. Actually have all executables be executable and stop Vim's ↵ | Waylan Limberg | 2008-10-28 | 1 | -0/+0 |
| | | | | .swp files from showing up in git status. | ||||
* | Completing the test case for the toc extension. | Yuri Takhteyev | 2008-10-18 | 1 | -0/+1 |
| | |||||
* | Removed old 'wikilink' extension. | Waylan Limberg | 2008-09-20 | 1 | -1/+1 |
| | |||||
* | Fixed memory measure for MacOS. | Artem Yunusov | 2008-08-24 | 1 | -2/+5 |
| | |||||
* | Added final results to test script. | Artem Yunusov | 2008-08-24 | 1 | -1/+11 |
| | |||||
* | We should be running all the available extension tests. Enabled now - except ↵ | Waylan Limberg | 2008-08-22 | 1 | -1/+2 |
| | | | | for footnotes as the random links to the footnotes are never the same so it will never pass. | ||||
* | Added reset methods for InlineStash and HtmlStash. Some cleanups and ↵ | Artem Yunusov | 2008-08-04 | 1 | -1/+1 |
| | | | | comments modifications. | ||||
* | Bugfix for inline patterns. Tables extension ported to ElementTree. | Artem Yunusov | 2008-08-04 | 1 | -4/+4 |
| | |||||
* | Merge git://gitorious.org/python-markdown/mainline | Artem Yunusov | 2008-08-02 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Conflicts: markdown.py mdx_rss.py | ||||
| * | Adding extensions tests. | Yuri Takhteyev | 2008-07-29 | 1 | -1/+2 |
| | | |||||
* | | ElementTree support added. | Artem Yunusov | 2008-07-06 | 1 | -1/+1 |
| | | |||||
* | | Code blocks escaping bug fixed. Some test suite modifications. | Artem Yunusov | 2008-07-03 | 1 | -1/+1 |
| | | |||||
* | | Test suite cleanup. README for markdown2 tests. Separation in two ↵ | Artem | 2008-06-26 | 1 | -4/+4 |
| | | | | | | | | stages(markdown to tree, applying inline patterns). | ||||
* | | first commit | Artem | 2008-06-24 | 1 | -2/+5 |
|/ | |||||
* | create the test output directory if it doesn't already exist. | Jeff Balogh | 2008-05-30 | 1 | -0/+3 |
| | | | | codecs.open was failing without it. | ||||
* | Whoops. "ht" -> "hd". | Yuri Takhteyev | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Making difflib.HtmlDiff optional for compatibility with python 2.3. | Yuri Takhteyev | 2008-05-30 | 1 | -7/+11 |
| | |||||
* | Added safe_mode to testing framework and soem tests. | Waylan Limberg | 2008-03-19 | 1 | -4/+4 |
| | |||||
* | fixed testing framework to actually use the extensions passed in and a few ↵ | Waylan Limberg | 2008-03-03 | 1 | -3/+4 |
| | | | | other minor cleanup things. | ||||
* | Allow repeated calls to md.convert to pass in an empty string. Also fixed ↵ | Waylan Limberg | 2007-11-03 | 1 | -2/+2 |
| | | | | testing framework to allow tests for this and added tests. Fixes [1825231] | ||||
* | Added a test script | Yuri Takhteyev | 2007-03-25 | 1 | -0/+355 |