summaryrefslogtreecommitdiff
path: root/test/command/3715.md
blob: 9d74779cbab43397dd2c99d6199cb67a8cf6e049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -t markdown -f html --wrap=preserve
x<em></em>x
y<strong></strong>y
z<sup></sup>z
w<sub></sub>w
q<s></s>q
^D
xx
yy
zz
ww
qq
```