aboutsummaryrefslogtreecommitdiff
path: root/test/command/4019.md
AgeCommit message (Collapse)AuthorFilesLines
2017-10-31Fixed regression in parsing of HTML comments in markdown...John MacFarlane1-0/+8
and other non-HTML formats (`Text.Pandoc.Readers.HTML.htmlTag`). The parser stopped at the first `>` character, even if it wasn't the end of the comment. Closes #4019.