|
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 |
Answered by
brc-dd
Jan 21, 2026
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) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.