Vue renderer for Markdoc
npm install vue-markdocTransform Markdoc renderable trees to Vue components.
``bash`
pnpm add @markdoc/markdoc vue-markdoc
`html
`
To render a Vue component, provide the components object as an argument along with the content. The components object specifies a mapping from your tags and nodes to the corresponding Vue component.
`html
`
`html
``
- unplugin-markdoc - Markdoc plugin for Vite/Webpack.
MIT