typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 56 forks source link

Square brackets not shown in aligned environment #5307

Open yuchenxi2000 opened 2 years ago

yuchenxi2000 commented 2 years ago

Describe the bug Square brackets not shown in aligned environment

To Reproduce Open file with contents below:

$$
\begin{aligned}
[a]
\end{aligned}
$$

$$
\begin{aligned}
a[a]
\end{aligned}
$$

The first equation [a] is invisible.

Screenshots / Screencasts

截屏2022-06-22 07 12 04 截屏2022-06-22 07 11 50

Sample Markdown File bug-report.md

Desktop (please complete the following information):

Typora Version 1.3.7

abnerlee commented 2 years ago

It is same with https://www.mathjax.org/#demo

Should it be displayed?

abnerlee commented 2 years ago

https://github.com/mathjax/MathJax/issues/2888

yuchenxi2000 commented 2 years ago

Ok, it seems to be a MathJax issue.