aboutsummaryrefslogtreecommitdiff
path: root/test/command/4019.md
blob: 641905b5407590b89654fb951871adc06a81a56b (plain)
1
2
3
4
5
6
7
8
```
% pandoc --wrap=preserve
This <!-- x > 0 --> works!
This <!-- x > 0 --> fails?
^D
<p>This <!-- x > 0 --> works!
This <!-- x > 0 --> fails?</p>
```