aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/blockquote-hr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix hr recursion issue (#535)Isaac Muse2017-01-231-0/+6
| | | | | | | 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.
* Horizontal rules in block quotes with tests. Fixes [1709864].Waylan Limberg2007-10-111-0/+21