-
|
is This is a simple
$$x=0\label{eq:a}$$
so that now I can reference this as $\eqref{eq:a}$. Right? and should render a number to the right, which is the In my |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
that will register the plugin twice, do something like this and remove math: { tex: { tags: 'ams' } }but I don't think it works reliably in that plugin (#4740) |
Beta Was this translation helpful? Give feedback.
-
same output, unfortunately 😢 . And the proposed solution from the above link didn't work for me, possible outdated 😢 |
Beta Was this translation helpful? Give feedback.

It should be something like this:
https://stackblitz.com/edit/vite-lhdnrmuz?file=docs/.vitepress/config.ts,docs/.vitepress/theme/index.ts,docs/index.md
Not sure if it's possible to write without equation environment, because your syntax will need passing the leading and trailing
$$to mathjax too, but the plugins usually only pass the content.