Prettier plugin to format Vue in Markdown syntax used in VitePress and VuePress.
npm add -D prettier-plugin-vitepress
In your .prettierrc
:
{
"plugins": ["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.
TypeScriptMIT
Prettier plugin to format Vue in Markdown syntax used in VitePress and VuePress.
npm add -D prettier-plugin-vitepress
In your .prettierrc
:
{
"plugins": ["prettier-plugin-vitepress"]
}