core
core copied to clipboard
Vue-Powered Static Site Generator
### Clear and concise description of the problem Now the downstream is no longer using header in page data (note: headers should still be on the page object). ### Suggested...
This reduces page data size by removing headers info from page data, downstream themes can infer headers via dom structure with `@vuepress/helper` and they can manually write it to page...
### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vuepress/core/blob/main/CONTRIBUTING.md). - [x] Provide a description in this PR that addresses **what** the...
### Description ### Reproduction N/A ### Used Package Manager pnpm ### System Info ```shell N/A ```
### Clear and concise description of the problem ## Leading factors Due to the alias mechanism of vuepress: https://vuejs.press/zh/guide/assets.html vuepress extends the behavior of `
### Description The `linksPlugin` does not accurately reflect whether a link is external. The issue is that the default logic of `isExternal` simplistically considers links that do not start with...
### Clear and concise description of the problem See https://ecosystem.vuejs.press/plugins/markdown/markdown-include.html#syntax ### Suggested solution . Also I am considering moving this feature to ecosystem, as currently there are actually some problems...
### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vuepress/core/blob/main/CONTRIBUTING.md). - [x] Provide a description in this PR that addresses **what** the...
### Description For core e2e, watchers are called expected:  Reproduction: 1. checkout to `render-debug` branch 2. built the project with `pnpm build` 3. run e2e docs with `cd e2e...