aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/image.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix image titles not following specfacelessuser2016-07-261-1/+3
| | | | | Don’t allow spaces in image links. This was also causing an issue where any text following a space was treated as a title. Ref #484.
* Added some inline pattenr tests.Waylan Limberg2014-08-251-1/+3
| | | | | | | | | markdown/inlinepatterns.py is now at 99% coverage. I have no idea why the two remaining lines are not not covered. I it not clear to me under what circumstances this two if statements would ever evaluate to True. I'm inclined to just remove them, but perhaps there is an edge case I'm missing. I'll take another look later.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-3/+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-4/+2
| | | | test suite for ElementTree output.
* Added test casesYuri Takhteyev2007-03-251-0/+5