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

## Feature request Make `vuepress build` fail if any link found in the markdown files is pointing in the wrong direction. Checking external URLs would be painful, so my suggestion...

needs reproduction

```js export default defineUserConfig({ bundler: viteBundler({ viteOptions: { build: { emptyOutDir: false, }, } }), theme: defaultTheme() }) ``` After configuration, dist will still be cleared

- [x ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce #### What is expected? With all dependencies installed, vuepress...

Is it supported non SSR packaging?

**Summary** Documentation on how to use markdown in component slots with: - code examples for single slot and named slots with empty lines before and after markdown, - warning about...