Skip to content

Video

Steps

  • pip install mkdocs-video

  • 配置mkdocs.yml

plugins:
  - mkdocs-video
  • 使用
![type:video](https://www.youtube.com/embed/你的视频ID?)
![type:audio]()

Question

mkdocs-video需要检查每个文件,不能内容为空

评论