vuepress icon indicating copy to clipboard operation
vuepress copied to clipboard

📝 Minimalistic Vue-powered static site generator

Results 225 vuepress issues
Sort by recently updated
recently updated
newest added

- [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 ![image](https://user-images.githubusercontent.com/76541189/216863220-3e143ea5-f775-4ba9-ad1d-27f790965f2b.png) ![image](https://user-images.githubusercontent.com/76541189/216863466-7d0bfc82-8e54-450b-a5dd-9db3015fdaac.png) #### 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...

type: feature request

- [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...