https://github.com/brc-dd/prettier-plugin-vitepress
A prettier plugin to format vue in markdown syntax. (experimental)
https://github.com/brc-dd/prettier-plugin-vitepress
mdit-vue prettier unplugin-vue-markdown vitepress vuepress
Last synced: about 1 year ago
JSON representation
A prettier plugin to format vue in markdown syntax. (experimental)
- Host: GitHub
- URL: https://github.com/brc-dd/prettier-plugin-vitepress
- Owner: brc-dd
- License: mit
- Created: 2024-11-27T13:49:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:14:08.000Z (over 1 year ago)
- Last Synced: 2025-04-20T06:59:55.941Z (about 1 year ago)
- Topics: mdit-vue, prettier, unplugin-vue-markdown, vitepress, vuepress
- Language: TypeScript
- Homepage: https://npm.im/prettier-plugin-vitepress
- Size: 38.1 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# prettier-plugin-vitepress
Prettier plugin to format [Vue in Markdown](https://vitepress.dev/guide/using-vue) syntax used in VitePress and VuePress.
## Install
```sh
npm add -D prettier-plugin-vitepress
```
## Usage
In your `.prettierrc`:
```json
{
"plugins": ["prettier-plugin-vitepress"]
}
```
## Sponsors