Open fakerlove1 opened 3 months ago
Ah, the stack traces in markdown files are not reliable. Check if some place outside that code block you're using <something>
without back ticks or back slashes. That code block doesn't have any issue - https://stackblitz.com/edit/vite-znqsyg?file=docs/index.md
Describe the bug
Reproduction
{ "devDependencies": { "markdown-it-mathjax3": "^4.3.2", "vitepress": "1.2.3", "vue": "3.4.31" }, "scripts": { "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "dependencies": { "markdown-it-katex": "^2.0.3" } }
Expected behavior
System Info
Additional context
No response
Validations