Files
John MacFarlane 144bf90ab9 LaTeX writer: Use soul instead of ulem for strikeout, underline.
This handles things like hyphenation, line breaks, and nonbreaking
spaces better.

Closes #8411.
2022-11-19 12:28:41 -08:00

144 B

% pandoc -t latex
~~`hello world`~~

~~_`hello world`_~~
^D
\st{\mbox{\texttt{hello\ world}}}

\st{\emph{\mbox{\texttt{hello\ world}}}}