aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/html.html
Commit message (Collapse)AuthorAgeFilesLines
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+13
| | | | 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 Limberg2009-06-051-9/+0
|
* Moved prettifyETree into a Postprocessor and added code to append all '<br ↵Waylan Limberg2008-09-041-1/+2
| | | | />' 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 Limberg2008-09-031-5/+4
| | | | and it better matches other markdown implementations. Also updated tests.
* Updated tests with raw block level html in them. **Note** these tests do not ↵Waylan Limberg2008-08-221-3/+4
| | | | pass now - but they should! We need to fix the bug which the tests were previosuly hiding!
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-141-8/+6
| | | | test suite for ElementTree output.
* Replace LineBreaks preprocessor with an inlinePattern and update tests. ↵Waylan Limberg2007-10-111-5/+2
| | | | Blank lines (" \n") and headers no longer get linebreaks and the two spaces are no longer preserved.
* Added test casesYuri Takhteyev2007-03-251-0/+13