pengzhanbo
248字小于1分钟
2024-03-28
有时候,你想在你的文档中嵌入视频,以提高内容的表达能力。
主题提供了 嵌入 Youtube 视频 的功能。
该功能由 vuepress-plugin-md-power 提供支持。
该功能默认不启用。你需要在主题配置中开启。
export default defineUserConfig({
theme: plumeTheme({
plugins: {
markdownPower: {
youtube: true,
},
}
})
})
简单的语法:
@[youtube](id)
更多选项:
@[youtube autoplay loop start="0" end="0" width="100%" height="400px" ratio="16:9"](id)
选项说明:
mm:ss
或 hh:mm:ss
格式mm:ss
或 hh:mm:ss
格式16:9
输入:
@[youtube](0JJPfz5dg20)
输出: