vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
jsdelivr CDN 不在提供中国的节点,可以替换为 https://staticfile.org/ 详见 [VuePress博客优化访问速度](https://windliang.wang/2022/04/27/Vuepress%E5%8D%9A%E5%AE%A2%E4%BC%98%E5%8C%96%E8%AE%BF%E9%97%AE%E9%80%9F%E5%BA%A6/)
我在md中引入tsx组件时会提示react未定义
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce npm run install && npm run build Here is...
- [ ] I confirm that this is an issue rather than a question. ## Bug report > SyntaxError: Unexpected token (1:11607) at Parser.pp$4.raise (G:\桌面\vuepress\node_modules\vue-template-es2015-compiler\buble.js:2757:13) at Parser.pp.unexpected (G:\桌面\vuepress\node_modules\vue-template-es2015-compiler\buble.js:647:8) at Parser.pp.expect...
- [x] I confirm that this is an issue rather than a question. First of all, thank you so much for this awesome project and all the hard work you've...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
- [x] I confirm that this is an issue rather than a question. ## Bug report Sometimes, there is no `Base URL` at the href attribution of `` in markdown...
## Feature request Be able to skip the template interpolation for configured markdown files. #### What problem does this feature solve? I am currently migrating from mkdocs and i am...
## Feature request #### What problem does this feature solve? Currently VuePress [adds `v-pre` to code blocks](https://vuepress.vuejs.org/guide/using-vue.html#escaping), but not to inline `` tags (e.g. created by backticks). Which means that...
## Feature request #### What problem does this feature solve? #### What does the proposed API look like? #### How should this be implemented in your opinion? #### Are you...