Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
LaTeX reader: improve handling of newif.
Adding a pair of braces around the second argument of `\def` prevents LaTeX from an emergency stop with: Closes #6096. ``` pandoc -f markdown -o test.pdf \newif\ifepub \epubtrue \ifepub hi \fi ^D ```
- Loading branch information