550 B
550 B
AcFun Video
Embed AcFun videos in your markdown.
Configuration
Enable the feature in .vuepress/config.ts:
export default defineUserConfig({
theme: plumeTheme({
markdown: {
acfun: true,
},
})
})
Syntax
@[acfun](id)
With options:
@[acfun width="100%" height="400px" ratio="16:9"](id)
Parameters:
id: Video IDwidth: Video widthheight: Video heightratio: Video aspect ratio (default16:9)
Example
@[acfun](ac47431669)