Skip to content
Snippets Groups Projects

Mkdocs Video

Ref. MkDocs Video

Installation

$ pip install mkdocs-video

mkdocs.yaml

plugins:
    - mkdocs-video

Video Example

Example for mkdocs syntax video, not html tag

Outside link

![type:video](https://www.youtube.com/embed/LXb3EKWsInQ)

type:video

Inside link

![type:video](../images/proverXL/Genmitsu_PROVerXL_4030.mp4)

type:video

HTML tag

<video width="640"  controls>
  <source src="../../images/weekX/test2.mp4" type="video/mp4">
</video>