aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/html.html
Commit message (Expand)AuthorAgeFilesLines
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-241-0/+11
* Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-211-2/+1
* Fixed #28. Inline raw html is now enclosed in p tags. This used to work. Some...Waylan Limberg2011-06-281-0/+1
* Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...Waylan Limberg2010-07-141-1/+5
* Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th...Waylan Limberg2010-03-151-1/+2
* Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...Waylan Limberg2010-01-031-0/+4
* Moved prettifyETree into a Postprocessor and added code to append all '<br />...Waylan Limberg2008-09-041-1/+2
* Replaced indentation with linebreaks only. At least its more consistant - and...Waylan Limberg2008-09-031-5/+4
* Updated tests with raw block level html in them. **Note** these tests do not ...Waylan Limberg2008-08-221-3/+4
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...Artem Yunusov2008-07-141-8/+6
* Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank...Waylan Limberg2007-10-111-5/+2
* Added test casesYuri Takhteyev2007-03-251-0/+13