-
![Screenshot_2023-12-05-02-16-21-989_com android chrome](https://github.com/liyupi/codefather/assets/116611689/5ce8fb5c-104e-426c-a6ab-60bf90fdba82)
![Screenshot_2023-12-05-02-19-28-424_com microsoft…
-
It's not work for vuepress 1.x
-
使用vite脚手架搭建的项目,按照官网的步骤,启动后没有效果
版本:
"vue": "^3.2.25"
"vite": "^2.9.9",
"vuepress": "^2.0.0-beta.48",
"vuepress-plugin-demo-container-vue3": "^1.0.0"
-
First of all, thank you for your theme。
I had a problem. i set .vuepress/config.js base /doc
next, i run `vuepress dev .`, then picture 404. for img src still is /。
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
#### Steps to reproduce
```
mkdir my-new-project
cd my-new-project
npx create-vuepress-site
npm run dev
npm ru…
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
#### Version
1.0.0-alpha.47
#### Steps to reproduce
```
$ yarn add vuepress@next
$ ec…
-
Hello !
I don't understand why, but I simply added the plugin in the dependancies, added the plugin in the config.js file, and when running vuepress dev or build I got this message :
`warning A…
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
Navigation bar menu doesn't show up
#### Steps to reproduce
Followed steps on the Get Starte…
dhust updated
2 years ago
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
#### Steps to reproduce
package.json:
```
{
"scripts": {
"dev": "SET NODE_OPTIONS…
-
In my markdown file, when I use only one # to stdandard the first level title (H1), this plugin doesn't work and don't show the anchor.
The vuepress sidebar has the same problem, and may be this is…