aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/two-spaces.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-211-4/+2
|
* Updated test as core parser now matched pl and php behavior in lists.Waylan Limberg2008-11-131-6/+4
|
* Moved prettifyETree into a Postprocessor and added code to append all '<br ↵Waylan Limberg2008-09-041-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 Limberg2008-09-031-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 Yunusov2008-07-141-27/+16
| | | | test suite for ElementTree output.
* Previous commit (r42) was supposed to update the misc/two-spaces test so ↵Waylan Limberg2007-10-111-0/+25
| | | | here it is.
* Replace LineBreaks preprocessor with an inlinePattern and update tests. ↵Waylan Limberg2007-10-111-8/+5
| | | | Blank lines (" \n") and headers no longer get linebreaks and the two spaces are no longer preserved.
* Added test casesYuri Takhteyev2007-03-251-0/+9