core
core copied to clipboard
Vue-Powered Static Site Generator
### Description VuePress can't resolve images without `./`  ------- package.json ```json { "devDependencies": { "@vuepress/plugin-medium-zoom": "2.0.0-beta.48", "@vuepress/plugin-nprogress": "2.0.0-beta.48", "@vuepress/plugin-pwa": "2.0.0-beta.48", "vuepress": "2.0.0-beta.48" }, "scripts": { "docs:dev": "vuepress dev docs",...
### Clear and concise description of the problem `create-vuepress` does not support VuePress 2 yet. ### Suggested solution - Update `create-vuepress` - publish `create-vuepress-vite` and `create-vuepress-webpack` ### Alternative _No response_...
## Clear and concise description of the problem I receive many users complaining that they are unable to use our tools to build a existing markdown folder in their project....
### Clear and concise description of the problem The appearance of currect default theme is really "aweful" comparing to: - Vitepress: https://vitepress.vuejs.org/ - Astro: https://docs.astro.build/en/getting-started/ - Docusaurus: https://docusaurus.io/zh-CN/ - .......
### Description ### Reproduction null ### Used Package Manager yarn ### System Info ```shell System: OS: macOS 12.4 CPU: (8) x64 Apple M1 Memory: 28.94 MB / 8.00 GB Shell:...
### Description 目前版本:`2.0.0-beta.45` 当代码块行数很多时,行号与代码对应不齐问题,如下图所示  通过重写`div[class*=language-].line-numbers-mode .line-numbers .line-number`样式`height: 1.377em;`自行修复后如下所示  ### Reproduction https://apidocs.cn/blog/front/css/%E5%A5%BD%E7%9C%8B%E7%9A%84%E5%8A%A0%E8%BD%BD%E5%8A%A8%E7%94%BBCSS%E6%A0%B7%E5%BC%8F.html ### Used Package Manager npm ### System Info ```shell ***@localhost my-blog % vuepress info System: OS: macOS...
Close #337
### Description Linked with this feature request issue #215 ### Note For better user experience, the browser should get color hex before the page loaded, but it seems *vuepress-next* is...
### Clear and concise description of the problem Currently, `collapsible: true` _can_ be set on nested sidebar items and it _does_ work, but the Typescript typings don't allow this so...