pandoc/test/command/5529.md

11 lines
148 B
Markdown
Raw Normal View History

```
% pandoc -t latex
~~`hello world`~~
~~_`hello world`_~~
^D
\sout{\mbox{\texttt{hello\ world}}}
\sout{\emph{\mbox{\texttt{hello\ world}}}}
```