Files
pandoc/test/command
John MacFarlane 6cbe5efd56 LaTeX reader: fix bug parsing macro arguments.
If `\cL` is defined as `\mathcal{L}`, and `\til` as `\tilde{#1}`,
then `\til\cL` should expand to `\tilde{\mathcal{L}}`, but pandoc
was expanding it to `\tilde\mathcal{L}`.  This is fixed by
parsing the arguments in "verbatim mode" when the macro expands
arguments at the point of use.

Closes #6796.
2020-11-02 15:04:16 -08:00
..
2020-10-07 23:05:51 -07:00
2020-04-11 09:57:59 -07:00
2020-08-31 21:22:03 +02:00
2020-08-31 21:22:03 +02:00
2020-02-05 10:08:18 -08:00
2020-06-23 08:27:19 -07:00
2020-10-08 21:36:08 -07:00
2020-10-13 14:52:09 -07:00
2020-10-21 23:14:17 -07:00
2020-10-27 22:21:03 -07:00
2019-12-17 11:59:52 -08:00