Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 1 | -0/+21 |
| | | | | in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. | ||||
* | Moves tests to a subdir of the markdown lib. | Waylan Limberg | 2009-06-05 | 1 | -21/+0 |
| | |||||
* | Updated test as core parser now matched pl and php behavior in lists. | Waylan Limberg | 2008-11-13 | 1 | -6/+4 |
| | |||||
* | Moved prettifyETree into a Postprocessor and added code to append all '<br ↵ | Waylan Limberg | 2008-09-04 | 1 | -5/+10 |
| | | | | />' tags with a linebreak. Also fixed a minor bug were the '<br />' tags contained 2 spaces instead of one before the slash (i.e. '<br />'). Note that by moving to a Postprocessor, anyone can override with their own code which does what they want (i.e. add indentation) with the extension api. | ||||
* | Replaced indentation with linebreaks only. At least its more consistant - ↵ | Waylan Limberg | 2008-09-03 | 1 | -4/+2 |
| | | | | and it better matches other markdown implementations. Also updated tests. | ||||
* | A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵ | Artem Yunusov | 2008-07-14 | 1 | -27/+16 |
| | | | | test suite for ElementTree output. | ||||
* | Previous commit (r42) was supposed to update the misc/two-spaces test so ↵ | Waylan Limberg | 2007-10-11 | 1 | -0/+25 |
| | | | | here it is. | ||||
* | Replace LineBreaks preprocessor with an inlinePattern and update tests. ↵ | Waylan Limberg | 2007-10-11 | 1 | -8/+5 |
| | | | | Blank lines (" \n") and headers no longer get linebreaks and the two spaces are no longer preserved. | ||||
* | Added test cases | Yuri Takhteyev | 2007-03-25 | 1 | -0/+9 |