aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/blockquote.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed various issues with the core parser - mostly whitespace related and ↵Waylan Limberg2008-11-131-2/+4
| | | | updated a few tests that weren't quite right - that is they now better match pl or php implementations.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-7/+7
| | | | and it better matches other markdown implementations. Also updated tests.
* Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. NowWaylan Limberg2008-08-221-6/+3
| | | | | | | | | 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-9/+10
| | | | _processPlaceholders). Ticket #5 fixed.
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-141-21/+23
| | | | test suite for ElementTree output.
* Some tests I forgot to checking with recent commits.Waylan Limberg2008-03-031-0/+22