Avoid multi-line `emph` in LaTeX backend
`markupWarning` often processes inputs which span across paragraphs. Unfortunately, LaTeX's `emph` is not made to handle this (and will crash). Fixes #936.
parent
abb448ff
No related branches found
No related tags found
Showing
- haddock-api/src/Haddock/Backends/LaTeX.hs 1 addition, 1 deletionhaddock-api/src/Haddock/Backends/LaTeX.hs
- latex-test/ref/Deprecated/Deprecated.tex 17 additions, 0 deletionslatex-test/ref/Deprecated/Deprecated.tex
- latex-test/ref/Deprecated/haddock.sty 57 additions, 0 deletionslatex-test/ref/Deprecated/haddock.sty
- latex-test/ref/Deprecated/main.tex 11 additions, 0 deletionslatex-test/ref/Deprecated/main.tex
- latex-test/src/Deprecated/Deprecated.hs 7 additions, 0 deletionslatex-test/src/Deprecated/Deprecated.hs
Loading
Please register or sign in to comment