vuepress / vuepress-plugin-mathjax

:page_with_curl: Use TeX in VuePress.
https://vuepress.github.io/plugins/mathjax.html
MIT License
32 stars 10 forks source link

How to add line feed and tag? #9

Open suda-morris opened 5 years ago

suda-morris commented 5 years ago
  1. \tag{1} can not be rendered
  2. How to align multiple lines in formula? I tried \\ but it doesn't take effect.
suda-morris commented 5 years ago

any updates?

shigma commented 5 years ago

It seems a mathjax3 issue.

c0mm4nd commented 3 years ago

Please add multiple lines support, thanks.

c0mm4nd commented 3 years ago
$$\displaylines{line1\\line2\\line3}$$

image

c0mm4nd commented 3 years ago
$$f(x)=test_1 \tag{1}$$

image

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