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

在config.js里配置了configureWebpack的devServer.proxy,但是实际访问没起作用

[{"_id":"63802c2f5ae95c7a222f80a0","body":"\u6211\u7684\u4e5f\u4e0d\u884c","issue_id":1660240592584,"origin_id":775913659,"user_origin_id":26913795,"create_time":1612875094,"update_time":1612875094,"id":1669344303621,"updated_at":"2022-11-25T02:45:03.621000Z","created_at":"2022-11-25T02:45:03.621000Z"},{"_id":"63802c2f5ae95c7a222f80a1","body":"\u6709\u89e3\u51b3\u5417\r\n","issue_id":1660240592584,"origin_id":1065886654,"user_origin_id":76090464,"create_time":1647092978,"update_time":1647092978,"id":1669344303650,"updated_at":"2022-11-25T02:45:03.649000Z","created_at":"2022-11-25T02:45:03.649000Z"},{"_id":"662b030b23eede2dcf081a5d","body":"\u5f88\u5927\u53ef\u80fd\u662f\u56e0\u4e3a proxy \u7684 pathFilter \u914d\u7f6e\u9519\u8bef\uff0c[\u53c2\u8003\u6587\u6863](https:\/\/github.com\/chimurai\/http-proxy-middleware#options)\r\n\r\n```\r\ndevServer: {\r\n proxy: {\r\n \/\/ url \u5730\u5740\u4e3a\uff1a `\/a\/api\/b\/c`\r\n\t \/\/ `**\/api\/**` \u6709\u6548\uff0c\u800c `\/api` \u6216\u8005 `**\/api` \u5747\u65e0\u6548 \r\n\t '**\/api\/**': {\r\n\t\t target: 'https:\/\/localhost:8989',\r\n\t },\r\n },\r\n},\r\n```","issue_id":1660240592584,"origin_id":1455769671,"user_origin_id":33422051,"create_time":1678094475,"update_time":1678094475,"id":1714094859406,"updated_at":"2024-04-26T01:27:39.405000Z","created_at":"2024-04-26T01:27:39.405000Z"},{"_id":"662b030b23eede2dcf081a5e","body":"\u914d\u7f6e\u5230configWebpack\u5f53\u4e2d\u4f3c\u4e4e\u4e0d\u4f1a\u751f\u6548\uff0c\u9700\u8981\u5728\u6700\u5916\u5c42\u624d\u4f1a\u751f\u6548\r\n![image](https:\/\/github.com\/vuejs\/vuepress\/assets\/53676973\/84562745-c0c5-4f05-a7c9-bc90f2f5e0d1)","issue_id":1660240592584,"origin_id":1791858751,"user_origin_id":53676973,"create_time":1698983089,"update_time":1698983089,"id":1714094859416,"updated_at":"2024-04-26T01:27:39.415000Z","created_at":"2024-04-26T01:27:39.415000Z"}] comment

在vuepress的config.js里配置了configureWebpack,如下: `configureWebpack: (config) => { config.devServer = { proxy: { '/test/aaa': { changeOrigin: false, target: 'https://www.runoob.com/', pathRewrite: { '^/test': '/test' } } } } },` 但是实际上在vue里调用‘/test’,浏览器页面上的请求 http://localhost:8080/test 返回404,好像上面配置的proxy没起作用, 请问这块我想本地调用别的网站的api,这里如何设置才能好用呢,非常感谢。

**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ]...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script (#3309) 3f8cc5a0 Updated...

dependencies

MarkDown.plugins type problem when configuring config.ts

[{"_id":"6380241070db72139b10b46d","body":"I am temporarily solved with the following solutions.\r\n\r\n```js\r\nimport { MarkdownConfig } from \"vuepress\/config\";\r\n\r\ninterface MyMarkdownConfig extends Omit<MarkdownConfig, \"plugins\"> {\r\n plugins?: Record<string, any> | Array<string | [string, Record<string, any>]>;\r\n}\r\n\r\nexport default <MyMarkdownConfig>{\r\n plugins: {\r\n \"markdown-it-sub\": {}\r\n },\r\n};\r\n```","issue_id":1660240592595,"origin_id":1046421454,"user_origin_id":26868745,"create_time":1645412123,"update_time":1645412123,"id":1669342224589,"updated_at":"2022-11-25T02:10:24.589000Z","created_at":"2022-11-25T02:10:24.589000Z"}] comment

- [x] I confirm that this is an issue rather than a question. ## Bug report I use vuepress v1.9.7 I use config.ts to configure VuePress, but I have encountered...

DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method. at Object.appendChild

[{"_id":"63801e78bc25e83db009f797","body":"\u8bf7\u95ee\u89e3\u51b3\u4e86\u5417\uff1f\u6211\u4e5f\u9047\u5230\u4e00\u6837\u7684\u95ee\u9898\uff0c\u6211\u662f\u5f00\u53d1\u73af\u5883\u6b63\u5e38\uff0c\u90e8\u7f72\u5230\u7ad9\u70b9\u4ee5\u540e\u521a\u8fdb\u9875\u9762\u5c31\u62a5\u8fd9\u4e2a\u9519\u8bef\uff0c\u9875\u9762\u4e00\u76f4\u5728 loading","issue_id":1660240592598,"origin_id":775609613,"user_origin_id":40012964,"create_time":1612837751,"update_time":1612837751,"id":1669340792763,"updated_at":"2022-11-25T01:46:32.763000Z","created_at":"2022-11-25T01:46:32.763000Z"},{"_id":"63801e78bc25e83db009f798","body":"\u89e3\u51b3\u4e86\uff0c\u8df3\u8f6c\u7684\u914d\u7f6e\u95ee\u9898\uff0c\u5b98\u65b9\u6587\u6863\u4e2d\u6709\u8bf4\u660ehttps:\/\/www.vuepress.cn\/guide\/markdown.html#%E9%93%BE%E6%8E%A5\r\n","issue_id":1660240592598,"origin_id":786525195,"user_origin_id":38452461,"create_time":1614331775,"update_time":1614332247,"id":1669340792767,"updated_at":"2022-11-25T01:46:32.766000Z","created_at":"2022-11-25T01:46:32.766000Z"},{"_id":"63801e78bc25e83db009f799","body":"![image](https:\/\/user-images.githubusercontent.com\/38452461\/109283138-5ea18c00-7859-11eb-9880-20ef487abb02.png)\r\n\u53c2\u8003\u8fd9\u91cc\u7684\u8bbe\u7f6e\u5373\u53ef","issue_id":1660240592598,"origin_id":786530144,"user_origin_id":38452461,"create_time":1614332311,"update_time":1614332311,"id":1669340792769,"updated_at":"2022-11-25T01:46:32.769000Z","created_at":"2022-11-25T01:46:32.769000Z"},{"_id":"63801e78bc25e83db009f79a","body":"> \u8bf7\u95ee\u89e3\u51b3\u4e86\u5417\uff1f\u6211\u4e5f\u9047\u5230\u4e00\u6837\u7684\u95ee\u9898\uff0c\u6211\u662f\u5f00\u53d1\u73af\u5883\u6b63\u5e38\uff0c\u90e8\u7f72\u5230\u7ad9\u70b9\u4ee5\u540e\u521a\u8fdb\u9875\u9762\u5c31\u62a5\u8fd9\u4e2a\u9519\u8bef\uff0c\u9875\u9762\u4e00\u76f4\u5728 loading\r\n\r\n\u8bf7\u95ee\u600e\u4e48\u89e3\u51b3\u7684\uff0c\u6211\u7684\u90e8\u7f72\u5230GitHub page\u6ca1\u95ee\u9898\uff0c\u4f46\u662f\u7ed1\u5b9a\u57df\u540d\u540e\u901a\u8fc7\u57df\u540d\u76f4\u63a5\u8bbf\u95ee\u5c31\u51fa\u73b0\u4e00\u76f4loading\u7684\u60c5\u51b5","issue_id":1660240592598,"origin_id":1021674721,"user_origin_id":29975541,"create_time":1643150257,"update_time":1643150257,"id":1669340792773,"updated_at":"2022-11-25T01:46:32.772000Z","created_at":"2022-11-25T01:46:32.772000Z"},{"_id":"63801e78bc25e83db009f79b","body":"> > \u8bf7\u95ee\u89e3\u51b3\u4e86\u5417\uff1f\u6211\u4e5f\u9047\u5230\u4e00\u6837\u7684\u95ee\u9898\uff0c\u6211\u662f\u5f00\u53d1\u73af\u5883\u6b63\u5e38\uff0c\u90e8\u7f72\u5230\u7ad9\u70b9\u4ee5\u540e\u521a\u8fdb\u9875\u9762\u5c31\u62a5\u8fd9\u4e2a\u9519\u8bef\uff0c\u9875\u9762\u4e00\u76f4\u5728 loading\r\n> \r\n> \u8bf7\u95ee\u600e\u4e48\u89e3\u51b3\u7684\uff0c\u6211\u7684\u90e8\u7f72\u5230GitHub page\u6ca1\u95ee\u9898\uff0c\u4f46\u662f\u7ed1\u5b9a\u57df\u540d\u540e\u901a\u8fc7\u57df\u540d\u76f4\u63a5\u8bbf\u95ee\u5c31\u51fa\u73b0\u4e00\u76f4loading\u7684\u60c5\u51b5\r\n\r\n\u53c2\u8003\u5b98\u65b9\u6587\u6863\u94fe\u63a5\u90a3\u7ae0\u914d\u7684\u8df3\u8f6c\u94fe\u63a5\u5417\uff1f\u6211\u4e0a\u9762\u6309\u7167\u6587\u6863\u90a3\u6837\u914d\u7f6e\u89e3\u51b3\u4e86","issue_id":1660240592598,"origin_id":1041501469,"user_origin_id":38452461,"create_time":1645018730,"update_time":1645018730,"id":1669340792775,"updated_at":"2022-11-25T01:46:32.775000Z","created_at":"2022-11-25T01:46:32.775000Z"}] comment

- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce 当在博客页面,点击跳转至博客的另一个页面,配置的跳转链接是全路径,包含域名的,但是跳转过去左侧导航栏不存在,页面提示404,控制台报错如下(刷新页面即可加载出来): DOMException: Failed to execute 'appendChild' on 'Node': This...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Not able to choose h1 for sidebar

[{"_id":"638024884b97542c9a301952","body":"Okay so I just changed all H1 to H2, H2 to H3 etc. But it would still be nice having H1 available","issue_id":1660240592607,"origin_id":621588270,"user_origin_id":10836780,"create_time":1588216665,"update_time":1588216665,"id":1669342344105,"updated_at":"2022-11-25T02:12:24.105000Z","created_at":"2022-11-25T02:12:24.105000Z"},{"_id":"638024884b97542c9a301953","body":"Same issue here. Any further information on how to get H1s, beside the first one, to show up in the sidebar?","issue_id":1660240592607,"origin_id":968354326,"user_origin_id":2567117,"create_time":1636920157,"update_time":1636920157,"id":1669342344109,"updated_at":"2022-11-25T02:12:24.108000Z","created_at":"2022-11-25T02:12:24.108000Z"},{"_id":"638024884b97542c9a301954","body":"Here is my workaround to render all H1 title (markdown contain multi `# title`). Maybe the best way is to customize a theme.\r\n\r\n```js\r\n\/\/ file: node_modules\/@vuepress\/core\/lib\/node\/Page.js \r\n\/\/ line49\r\n\r\nextractHeaders = ['h1','h2', 'h3']\r\n```\r\n\r\n\r\n```js\r\n\/\/ file: node_modules\/@vuepress\/theme-default\/util\/index.js \r\n\/\/ line171 - line183\r\n\r\nexport function groupHeaders (headers) {\r\n \/\/ group h3s under h2\r\n headers = headers.map(h => Object.assign({}, h))\r\n let topLevel = 2;\/\/There is only one H1 by default\r\n let h1List = headers.filter(h => h.level === 1)\r\n if (h1List.length > 1) {\r\n topLevel = 1;\r\n }\r\n let lastH2\r\n headers.forEach(h => {\r\n if (h.level === topLevel) {\r\n lastH2 = h\r\n } else if (lastH2) {\r\n (lastH2.children || (lastH2.children = [])).push(h)\r\n }\r\n })\r\n return headers.filter(h => h.level === topLevel)\r\n}\r\n```","issue_id":1660240592607,"origin_id":1019491472,"user_origin_id":12131567,"create_time":1642946317,"update_time":1642997484,"id":1669342344113,"updated_at":"2022-11-25T02:12:24.112000Z","created_at":"2022-11-25T02:12:24.112000Z"},{"_id":"638024884b97542c9a301955","body":"I'm also experiencing this issue. Any chance someone can get this patched?","issue_id":1660240592607,"origin_id":1035108619,"user_origin_id":1424395,"create_time":1644509558,"update_time":1644509558,"id":1669342344116,"updated_at":"2022-11-25T02:12:24.116000Z","created_at":"2022-11-25T02:12:24.116000Z"}] comment

- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce Put `sidebarDepth=2`, add `h1` to markdown `extractHeaders` #### What is...

Security vulnerability with VuePress 1.8.2

[{"_id":"638022c970db72139b10b2ea","body":"With `node v16.13.0` it's even worse:\r\n\r\n```\r\n$ npm install\r\nnpm WARN deprecated [email protected]: Please see https:\/\/github.com\/lydell\/urix#deprecated\r\nnpm WARN deprecated [email protected]: this library is no longer supported\r\nnpm WARN deprecated [email protected]: https:\/\/github.com\/lydell\/resolve-url#deprecated\r\nnpm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.\r\nnpm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.\r\nnpm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)\r\nnpm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https:\/\/v8.dev\/blog\/math-random for details.\r\nnpm WARN deprecated [email protected]: request has been deprecated, see https:\/\/github.com\/request\/request\/issues\/3142\r\nnpm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.\r\n\r\nadded 1248 packages, and audited 1249 packages in 27s\r\n\r\n80 packages are looking for funding\r\n run `npm fund` for details\r\n\r\n30 vulnerabilities (14 moderate, 16 high)\r\n\r\nTo address issues that do not require attention, run:\r\n npm audit fix\r\n\r\nTo address all issues (including breaking changes), run:\r\n npm audit fix --force\r\n\r\nRun `npm audit` for details.\r\n\r\n\r\n$ npm audit\r\n# npm audit report\r\n\r\nansi-regex >2.1.1 <5.0.1\r\nSeverity: moderate\r\n Inefficient Regular Expression Complexity in chalk\/ansi-regex - https:\/\/github.com\/advisories\/GHSA-93q8-gq69-wqmw\r\nfix available via `npm audit fix`\r\nnode_modules\/cliui\/node_modules\/ansi-regex\r\nnode_modules\/wrap-ansi\/node_modules\/ansi-regex\r\nnode_modules\/yargs\/node_modules\/ansi-regex\r\n strip-ansi 4.0.0 - 5.2.0\r\n Depends on vulnerable versions of ansi-regex\r\n node_modules\/cliui\/node_modules\/strip-ansi\r\n node_modules\/wrap-ansi\/node_modules\/strip-ansi\r\n node_modules\/yargs\/node_modules\/strip-ansi\r\n cliui 4.0.0 - 5.0.0\r\n Depends on vulnerable versions of strip-ansi\r\n Depends on vulnerable versions of wrap-ansi\r\n node_modules\/cliui\r\n yargs 10.1.0 - 15.0.0\r\n Depends on vulnerable versions of cliui\r\n Depends on vulnerable versions of string-width\r\n node_modules\/yargs\r\n webpack-dev-server 2.0.0-beta - 3.11.3\r\n Depends on vulnerable versions of chokidar\r\n Depends on vulnerable versions of yargs\r\n node_modules\/webpack-dev-server\r\n string-width 2.1.0 - 4.1.0\r\n Depends on vulnerable versions of strip-ansi\r\n node_modules\/cliui\/node_modules\/string-width\r\n node_modules\/wrap-ansi\/node_modules\/string-width\r\n node_modules\/yargs\/node_modules\/string-width\r\n wrap-ansi 3.0.0 - 6.1.0\r\n Depends on vulnerable versions of string-width\r\n Depends on vulnerable versions of strip-ansi\r\n node_modules\/wrap-ansi\r\n webpackbar 3.0.0-0 - 3.2.0\r\n Depends on vulnerable versions of wrap-ansi\r\n node_modules\/webpackbar\r\n\r\nglob-parent <5.1.2\r\nSeverity: high\r\nRegular expression denial of service - https:\/\/github.com\/advisories\/GHSA-ww39-953v-wcq6\r\nfix available via `npm audit fix --force`\r\nWill install [email protected], which is a breaking change\r\nnode_modules\/glob-parent\r\n chokidar 1.0.0-rc1 - 2.1.8\r\n Depends on vulnerable versions of glob-parent\r\n node_modules\/chokidar\r\n @vuepress\/core <=1.8.2\r\n Depends on vulnerable versions of chokidar\r\n node_modules\/@vuepress\/core\r\n vuepress 1.0.0-alpha.0 - 1.8.2\r\n Depends on vulnerable versions of @vuepress\/core\r\n node_modules\/vuepress\r\n watchpack-chokidar2 *\r\n Depends on vulnerable versions of chokidar\r\n node_modules\/watchpack-chokidar2\r\n watchpack 1.7.2 - 1.7.5\r\n Depends on vulnerable versions of watchpack-chokidar2\r\n node_modules\/watchpack\r\n webpack 4.44.0 - 4.46.0\r\n Depends on vulnerable versions of watchpack\r\n node_modules\/webpack\r\n webpack-dev-server 2.0.0-beta - 3.11.3\r\n Depends on vulnerable versions of chokidar\r\n Depends on vulnerable versions of yargs\r\n node_modules\/webpack-dev-server\r\n copy-webpack-plugin 5.0.1 - 5.1.2\r\n Depends on vulnerable versions of glob-parent\r\n node_modules\/copy-webpack-plugin\r\n fast-glob <=2.2.7\r\n Depends on vulnerable versions of glob-parent\r\n node_modules\/fast-glob\r\n globby 8.0.0 - 9.2.0\r\n Depends on vulnerable versions of fast-glob\r\n node_modules\/globby\r\n @vuepress\/shared-utils *\r\n Depends on vulnerable versions of globby\r\n node_modules\/@vuepress\/shared-utils\r\n @vuepress\/markdown <=1.8.2\r\n Depends on vulnerable versions of @vuepress\/shared-utils\r\n node_modules\/@vuepress\/markdown\r\n @vuepress\/markdown-loader *\r\n Depends on vulnerable versions of @vuepress\/markdown\r\n node_modules\/@vuepress\/markdown-loader\r\n @vuepress\/plugin-register-components <=1.8.2\r\n Depends on vulnerable versions of @vuepress\/shared-utils\r\n node_modules\/@vuepress\/plugin-register-components\r\n vuepress-plugin-container >=2.1.5\r\n Depends on vulnerable versions of @vuepress\/shared-utils\r\n node_modules\/vuepress-plugin-container\r\n\r\nnth-check <2.0.1\r\nSeverity: moderate\r\nInefficient Regular Expression Complexity in nth-check - https:\/\/github.com\/advisories\/GHSA-rp65-9cf3-cjxr\r\nfix available via `npm audit fix`\r\nnode_modules\/nth-check\r\n css-select <=3.1.0\r\n Depends on vulnerable versions of nth-check\r\n node_modules\/css-select\r\n svgo 1.0.0 - 1.3.2\r\n Depends on vulnerable versions of css-select\r\n node_modules\/svgo\r\n postcss-svgo 4.0.0-nightly.2020.1.9 - 5.0.0-rc.2\r\n Depends on vulnerable versions of svgo\r\n node_modules\/postcss-svgo\r\n cssnano-preset-default <=4.0.8\r\n Depends on vulnerable versions of postcss-svgo\r\n node_modules\/cssnano-preset-default\r\n cssnano 4.0.0-nightly.2020.1.9 - 4.1.11\r\n Depends on vulnerable versions of cssnano-preset-default\r\n node_modules\/cssnano\r\n optimize-css-assets-webpack-plugin 3.2.1 || 5.0.0 - 5.0.8\r\n Depends on vulnerable versions of cssnano\r\n node_modules\/optimize-css-assets-webpack-plugin\r\n\r\n30 vulnerabilities (14 moderate, 16 high)\r\n\r\nTo address issues that do not require attention, run:\r\n npm audit fix\r\n\r\nTo address all issues (including breaking changes), run:\r\n npm audit fix --force\r\n```\r\nUnfortunately `npm audit fix` wont fix anything because of an open issue [@npm\/cli](https:\/\/github.com\/npm\/cli\/issues\/3472)\r\n\r\n\r\n\r\n","issue_id":1660240592613,"origin_id":968186007,"user_origin_id":63302676,"create_time":1636853110,"update_time":1636853110,"id":1669341897381,"updated_at":"2022-11-25T02:04:57.380000Z","created_at":"2022-11-25T02:04:57.380000Z"},{"_id":"638022c970db72139b10b2eb","body":"I needed to dig deep to get the information that i wanted so here is what i found: \r\nThere is already a open Pull request https:\/\/github.com\/vuejs\/vuepress\/pull\/2690 since 2020\r\nBut they are all updated in the next major release https:\/\/github.com\/vuepress\/vuepress-next","issue_id":1660240592613,"origin_id":1033435906,"user_origin_id":20294042,"create_time":1644392233,"update_time":1644392535,"id":1669341897385,"updated_at":"2022-11-25T02:04:57.385000Z","created_at":"2022-11-25T02:04:57.385000Z"},{"_id":"662b0ad32186caae78090caa","body":"Just FYI this repo is deprecated and will continue to accrue security and dependency deprecation issues. \r\n\r\nFrom the readme: \r\n\r\n> VuePress is now in maintenance mode. For a next-gen Vue-based SSG built on top of Vue 3 + Vite, check out [VitePress](https:\/\/vitepress.vuejs.org\/).\r\n\r\nIt is frustrating that a google for vuepress goes to vuepress 1.x and there is no clear mention you are on a deprecated project. Almost like putting the gun in your hand, pointing it at your foot and saying \"you should be more careful!\"\r\n\r\nThis is \"vuepress-next\": https:\/\/v2.vuepress.vuejs.org\/ ","issue_id":1660240592613,"origin_id":2024448490,"user_origin_id":13162197,"create_time":1711604597,"update_time":1711604597,"id":1714096851880,"updated_at":"2024-04-26T02:00:51.880000Z","created_at":"2024-04-26T02:00:51.880000Z"}] comment

- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce ``` $ npx create-vuepress-site $ cd docs $ npm install...

期望中文回答我,感谢 hope chinese request me,thank you very much! ## Bug report debugger no enter extendMarkdown: (md) => { md.use(require('markdown-it-container'), 'run', { render (tokens, idx) { ***** debugger ***** const start...