vuepress-plugin-mathjax icon indicating copy to clipboard operation
vuepress-plugin-mathjax copied to clipboard

How to add line feed and tag?

Open suda-morris opened this issue 6 years ago • 5 comments

  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 avatar May 09 '19 03:05 suda-morris

any updates?

suda-morris avatar May 10 '19 04:05 suda-morris

It seems a mathjax3 issue.

shigma avatar Jul 02 '19 12:07 shigma

Please add multiple lines support, thanks.

c0mm4nd avatar Sep 22 '20 15:09 c0mm4nd

$$\displaylines{line1\\line2\\line3}$$

image

c0mm4nd avatar Sep 23 '20 00:09 c0mm4nd

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

image

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

c0mm4nd avatar Sep 23 '20 00:09 c0mm4nd