core icon indicating copy to clipboard operation
core copied to clipboard

Vue-Powered Static Site Generator

Results 89 core issues
Sort by recently updated
recently updated
newest added

### Description VuePress can't resolve images without `./` ![image](https://user-images.githubusercontent.com/30070303/173614763-c5519962-01a6-4786-b7e6-d28979c42b0e.png) ------- 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",...

enhancement
package:markdown

### 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_...

feature

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

need review

### 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/ - .......

enhancement

### 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:...

bug
package:markdown

### Description 目前版本:`2.0.0-beta.45` 当代码块行数很多时,行号与代码对应不齐问题,如下图所示 ![image](https://user-images.githubusercontent.com/38466535/169662058-389579dc-2bd1-4dc3-83c9-43aad716a0db.png) 通过重写`div[class*=language-].line-numbers-mode .line-numbers .line-number`样式`height: 1.377em;`自行修复后如下所示 ![image](https://user-images.githubusercontent.com/38466535/169662099-ff9ce5bc-6ef4-450e-bbc7-3c5eb10e9960.png) ### 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...

help wanted

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

feature
package:theme-default

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

bug