summaryrefslogtreecommitdiff
path: root/test/command/tex-group.md
AgeCommit message (Collapse)Author
2022-03-09LaTeX reader: allow inline groups starting with `\bgroup`.John MacFarlane
Closes #7953.
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane
`braced` now actually requires nested braces. Otherwise some legitimate command and environment definitions can break (see test/command/tex-group.md).