aboutsummaryrefslogtreecommitdiff
path: root/latex-test/ref/Deprecated/Deprecated.tex
Commit message (Collapse)AuthorAgeFilesLines
* Avoid multi-line `emph` in LaTeX backendAlec Theriault2019-03-091-0/+17
`markupWarning` often processes inputs which span across paragraphs. Unfortunately, LaTeX's `emph` is not made to handle this (and will crash). Fixes #936.