vuepress-plugin-mathjax
vuepress-plugin-mathjax copied to clipboard
How to add line feed and tag?
\tag{1}can not be rendered- How to align multiple lines in formula? I tried
\\but it doesn't take effect.
any updates?
It seems a mathjax3 issue.
Please add multiple lines support, thanks.
$$\displaylines{line1\\line2\\line3}$$

$$f(x)=test_1 \tag{1}$$

All passed under https://github.com/vuepress/vuepress-plugin-mathjax/pull/35