mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
c366fab2cb
E.g. we don't want `<strong></strong>` to become `****`. Similarly for emphasis, super/subscript, strikeout. Closes #3715.
142 B
142 B
% 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