markup
markup copied to clipboard
TeX CD environment doesn't stretch arrows
The Tex CD environment is not rendering labels on arrows correctly. See https://gist.github.com/JonathanMEdwards/db1d091f847d9ddb4e0901e6f6414064 which is an example taken from the ams documentation: https://www.jmilne.org/not/Mamscd.pdf
Feeding your input to https://www.mathjax.org/#demo, it seems this is fixed (or, not reproducible) in MathJax 3.2.2. GitHub currently uses v3.2.0.
To check out the MathJax version, just right click on a rendered formula then select "About MathJax".
$$
\begin{CD}
A @>>> B@>\text{very long label}>>C\\
@VVV @VVV @VVV\\
D @>>> E@>>> F
\end{CD}
$$
Thanks!