vuepress / docs

VuePress Documentation
https://vuepress.vuejs.org
MIT License
23 stars 89 forks source link

[Bug report] two pnpm option on 'Getting Started' section #33

Closed jindongjie closed 2 months ago

jindongjie commented 2 months ago

Description

The raw markdown file is correct but both Chinese and English page display wrong. image

jindongjie commented 2 months ago

raw markdown section:

```bash # install vuepress and vue pnpm add -D vuepress@next vue # install bundler and theme pnpm add -D @vuepress/bundler-vite@next @vuepress/theme-default@next ``` ```bash # install vuepress yarn add -D vuepress@next # install bundler and theme yarn add -D @vuepress/bundler-vite@next @vuepress/theme-default@next ``` ```bash # install vuepress npm install -D vuepress@next # install bundler and theme npm install -D @vuepress/bundler-vite@next @vuepress/theme-default@next ```
Mister-Hope commented 2 months ago

https://github.com/vuepress/docs/commit/8c2c25a88bb1120cfef877ad7516fe23e0b14c66

jindongjie commented 2 months ago

8c2c25a 大佬,你是怎么有空边研究物理还研究编程的:)