aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/image_in_links.html
Commit message (Collapse)AuthorAgeFilesLines
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-5/+1
| | | | 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-2/+5
| | | | test suite for ElementTree output.
* Added support for images inside links and updated tests. Fixes [1458136].Waylan Limberg2007-11-291-5/+2
| | | | | | | | 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/+5