mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08: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).
8 lines
78 B
Markdown
8 lines
78 B
Markdown
```
|
|
% pandoc -t latex
|
|
[$T$]{.underline}
|
|
[$T$]{.mark}
|
|
^D
|
|
\ul{$T$} \hl{$T$}
|
|
```
|