mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
847 B
847 B
vant-markdown-loader
Simple and fast vue markdown loader, transform markdown to vue component.
Install
# with npm
npm i @vant/markdown-loader -D
# with yarn
yarn add @vant/markdown-loader -D
# with pnpm
pnpm add @vant/markdown-loader -D
Options
-
enableMetaData
: Defaultfalse
. Whether to use front-matter to extract markdown meta data -
linkOpen
: Defaulttrue
. Whether to add target="_blank" to all links -
wrapper(html, fm)
: Format the returned content using a custom functionhtml
: The result of markdown-it's renderfm
: See fm(string). IfenableMetaData
option isfalse
, the value isundefined
.attributes
body
frontmatter