/prettier-plugin-vitepress

(WIP) A prettier plugin to format vue in markdown syntax. ⚠️ Please don't use yet. Most of the things don't work properly.

Primary LanguageTypeScriptMIT LicenseMIT

prettier-plugin-vitepress

Prettier plugin to format Vue in Markdown syntax used in VitePress and VuePress.

Install

npm add -D prettier-plugin-vitepress

Usage

In your .prettierrc:

{
  "plugins": ["prettier-plugin-vitepress"]
}