pandoc/src/Text
John MacFarlane be14e2b501 LaTeX reader: some improvements in macro parsing.
Fixed applyMacros so that it operates on the whole
string, not just the first token!

Don't remove macro definitions from the output,
even if Ext_latex_macros is set, so that macros will
be applied.  Since they're only applied to math in
Markdown, removing the macros can have bad effects.
Even for math macros, keeping them should be harmless.
2017-07-24 00:02:55 +02:00
..
Pandoc LaTeX reader: some improvements in macro parsing. 2017-07-24 00:02:55 +02:00
Pandoc.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00