aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/bidi.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd ↵Waylan Limberg2008-11-131-1/+1
| | | | tests corrected.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-13/+6
| | | | and it better matches other markdown implementations. Also updated tests.
* Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. NowWaylan Limberg2008-08-221-10/+5
| | | | | | | | | whitespace is preserved in codeblocks. As a side-benefit, this also solved the issue with the safe-mode tests failing. All tests incorectly altered at ElementTree conversion have been corrected for this bug. Any remaining tests that fail are unrelated to this.
* Output bug fixed(stripping text data at the end of processing in ↵Artem Yunusov2008-07-151-6/+6
| | | | _processPlaceholders). Ticket #5 fixed.
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-141-45/+37
| | | | test suite for ElementTree output.
* Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-031-3/+2
|
* No longer replacing " with @quot;. Fixes [1862742]Waylan Limberg2008-02-091-7/+4
|
* Added test casesYuri Takhteyev2007-03-251-0/+63