Skip to content

MkDocs

Material for MKDocs

Video

Seems there is no support https://github.com/squidfunk/mkdocs-material/discussions/3984... And since the developers for material are working on a new SSG, probably won't be implemented.

But inline html works:

<video autoplay width="320" height="240" controls playsinline loop>
  <source src="../images/kiran-shedding.mp4"/>
   Your browser does not support the video tag.
</video>

Inline Styles

![alt text](image-location){: style="width: 50% background-color: white;"}

Encryption

Encryption plugin: mkdocs-encryptcontent-plugin

I want to use a more native approach later. But since my repo is public, someone could go into repo and find files.

Unsure if I need a database or a separate private repo for private files?

Need to add