-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamFixedTest Neededv3.1
Milestone
Description
Latex comments are not always properly ignored like they should be. Consider the following example:
$$
\renewcommand{\foo}{\mathop{\rm foo}}
%\renewcommand{\}{}
$$
Hi $\foo$
Entering this at https://www.mathjax.org/#demo produces this result:
Changing the second line to %\renewcommand{}{}
(removing the backslash) works:
Note that the line is actually commented out (i.e., starts with %
)
Metadata
Metadata
Assignees
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamFixedTest Neededv3.1