aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX/Macro.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane1-14/+45
- Improve parsing of `\def` macros. We previously set "verbatim mode" even for parsing the initial `\def`; this caused problems for things like ``` \def\foo{\def\bar{BAR}} \foo \bar ``` - Implement `\newif`. - Add tests.
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane1-0/+153