mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
This handles things like hyphenation, line breaks, and nonbreaking spaces better. Closes #8411.
11 lines
144 B
Markdown
11 lines
144 B
Markdown
```
|
|
% pandoc -t latex
|
|
~~`hello world`~~
|
|
|
|
~~_`hello world`_~~
|
|
^D
|
|
\st{\mbox{\texttt{hello\ world}}}
|
|
|
|
\st{\emph{\mbox{\texttt{hello\ world}}}}
|
|
```
|