fb6e5812bc
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.
8 lines
149 B
Markdown
8 lines
149 B
Markdown
```
|
|
pandoc --wrap=preserve
|
|
This <!-- x > 0 --> works!
|
|
This <!-- x > 0 --> fails?
|
|
^D
|
|
<p>This <!-- x > 0 --> works!
|
|
This <!-- x > 0 --> fails?</p>
|
|
```
|