mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
91e758590d
soul commands (`ul`, `hl`, `st`) are very fragile and the math must be handled specially. In #9597 we improved this for strikethrough but omitted the other soul environments. This patch generalizes the fix and a related fix for verbatim (#1294, #5529).
78 B
78 B
% pandoc -t latex
[$T$]{.underline}
[$T$]{.mark}
^D
\ul{$T$} \hl{$T$}