vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

Problem of Math formula block

Open Vincent0706 opened this issue 2 years ago • 1 comments

Sometimes I want to write a Math formula block in cite area(begin with > ). But I don't know which is right:

> $$
> \begin{array}
> ......
>\end{array}
>$$
> ......

or

> $$
> \begin{array}
 ......
\end{array}
$$
> ......

If the first is right, Markdown All in One can't automatically add > , when I writing between $$ and $$ 。 I think the logic between $$ and $$ is like the logic between ``` and ```

Vincent0706 avatar Jul 20 '22 06:07 Vincent0706

This question can be complex as math is not a part of the original Markdown or CommonMark. Personally I will follow the first one.

yzhang-gh avatar Jul 21 '22 03:07 yzhang-gh