vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce ##### 第一步:在README.md文件中添加以下代码: ```js **** ``` ##### 第二步:启动服务器: ```sh yarn docs:dev...
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce When we use Typora to edit .md files watched by...
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce package.json: ``` { "scripts": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress...
- [x] I confirm that this is an issue rather than a question. ## Bug report Github action fails after updating to ``"vuepress": "2.0.0-beta.61"`` (or rather after installing @vuepress/plugin-docsearch, even...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ]...
- [ ] I confirm that this is an issue rather than a question. ## Bug report   #### Steps to reproduce #### What is expected? 如何解决不让md自带的表格样式与自己封装组件的表格样式冲突 #### What...
The path cannot be obtained by importing hieghlight.js code ` import 'highlight.js/styles/atom-one-dark.css'; import 'highlight.js/lib/common'; import hljsVuePlugin from '@highlightjs/vue-plugin'; ` error: error while updating dependencies: Error: ENOENT: no such file or...
## Feature request #### What problem does this feature solve? Align syntax to include snippets #### What does the proposed API look like? Ideally a syntax which is similar to...
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce #### What is expected? build success #### What is actually...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor...