aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/blockquote-hr.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix hr recursion issue (#535)Isaac Muse2017-01-231-0/+9
| | | | | | | HRProcessor tried to access a member variable after recursively calling itself. In certain situations HRProcessor will try to access its member variable containing its match, but it will not be the same match that call in the stack expected. This is easily fixed by storing the match locally *before* doing any recursive work.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-1/+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-19/+12
| | | | test suite for ElementTree output.
* Horizontal rules in block quotes with tests. Fixes [1709864].Waylan Limberg2007-10-111-0/+23