aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/uche.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed attribute creation to remove newlines and associated misc/uche test. ↵Waylan Limberg2008-12-081-2/+1
| | | | Apparently differant versions of ElementTree encode line breaks in attributes differantly. Therefore, we just remove any such linebreaks as they are insignificant anyway.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-14/+4
| | | | 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-5/+12
| | | | test suite for ElementTree output.
* Added support for images inside links and updated tests. Fixes [1458136].Waylan Limberg2007-11-291-7/+4
| | | | | | | | Note, to accomplish this, a negative lookbehind (for a !) was added to each link regex so they could be run before the image regex. The (fairly new) recursion on the link text then parses the image. Not sure how the negative lookbehind will affect performance.
* Added test casesYuri Takhteyev2007-03-251-0/+10