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