diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-01-13 12:10:52 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-13 12:22:25 -0800 |
commit | dca0032b0ebf99f374b3d8fc3942abfc3955de40 (patch) | |
tree | a7ee5a4ea69ba3b394ee7d46851ef54a98fa50d6 /src/Text | |
parent | 44222e0373f47c986833a609271d495d55ff48de (diff) | |
download | pandoc-dca0032b0ebf99f374b3d8fc3942abfc3955de40.tar.gz |
LaTeX reader: allow macro definitions inside macros.
Previously we went into an infinite loop with
```
\newcommand{\noop}[1]{#1}
\noop{\newcommand{\foo}[1]{#1}}
\foo{hi}
```
See #4253.
Diffstat (limited to 'src/Text')
0 files changed, 0 insertions, 0 deletions