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
在vite中支持将代码块中的vue语法进行处理,但是插件好像没有处理 vitepress文档地址:https://vitepress.dev/guide/using-vue#unescape-in-code-blocks
这是我的代码片段
实际输出
System: OS: macOS 12.4 CPU: (8) x64 Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz Memory: 28.14 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.20.1 - ~/.nvm/versions/node/v16.20.1/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 8.19.4 - ~/.nvm/versions/node/v16.20.1/bin/npm pnpm: 8.5.1 - ~/Documents/Codes/santi/templates/noob_basic_template/node_modules/.bin/pnpm Watchman: 2023.09.04.00 - /usr/local/bin/watchman Browsers: Chrome: 119.0.6045.199 Safari: 15.5
pnpm
The text was updated successfully, but these errors were encountered:
应该是要设置escapeCodeTagInterpolation 为 false才行
Sorry, something went wrong.
No branches or pull requests
Describe the bug
在vite中支持将代码块中的vue语法进行处理,但是插件好像没有处理
vitepress文档地址:https://vitepress.dev/guide/using-vue#unescape-in-code-blocks
这是我的代码片段
实际输出
Reproduction
<script setup> const a = '{ "b": 1 }' </script> {{ 1 + 1 }} {{ a }} ```js-vue Hello {{ 1 + 1 }} ```System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: