Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information