Description:
LaTeX (or plain TeX) users often add trailing spaces within macro definitions for readability. However, in MathJax, the following definition fails:
It seems MathJax is treat the space after #1 as a delimiter. Is this strict behavior intended for MathJax's \def implementation?

Description:
LaTeX (or plain TeX) users often add trailing spaces within macro definitions for readability. However, in MathJax, the following definition fails:
$\def\id #1 {#1} \id{1}$It seems MathJax is treat the space after
#1as a delimiter. Is this strict behavior intended for MathJax's\defimplementation?