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)
Inside link¶
![type:video](../images/proverXL/Genmitsu_PROVerXL_4030.mp4)
HTML tag¶
<video width="640" controls>
<source src="../../images/weekX/test2.mp4" type="video/mp4">
</video>
Last update:
April 9, 2022