We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed an alignment issue when using markdown-it-mathjax3 with VitePress:
For comparison, here's the same document rendered by MathJax using Bookdown:
This issue is also not consistent, as some equations do render fine inline.
The text was updated successfully, but these errors were encountered:
I don't know how to reproduce this issue. It seems normal in my Vite project. Can you describe your environment or packages version in detail?
Sorry, something went wrong.
I can reproduce this as follows:
In an empty directory:
npm add -D vitepress npx vitepress init # accept the defaults npm add -D markdown-it-mathjax3
Then, in .vitepress/config.mts, add:
markdown: { math: true }
In markdown-examples.md, add:
Text containing $a$ and $b$ variables.
This renders as follows:
Versions in use:
"markdown-it-mathjax3": "^4.3.2", "vitepress": "^1.0.0-rc.41"
No branches or pull requests
I've noticed an alignment issue when using markdown-it-mathjax3 with VitePress:
For comparison, here's the same document rendered by MathJax using Bookdown:
This issue is also not consistent, as some equations do render fine inline.
The text was updated successfully, but these errors were encountered: