mdbook-embedify 0.3.2

A rust based mdbook preprocessor plugin that allows you to embed apps to your book, like youtube, codepen, giscus and many other apps
Documentation
1
2
3
4
5
6
7
<iframe
  allowfullscreen
  name="bilibili"
  loading="{% loading=lazy %}"
  src="https://player.bilibili.com/player.html?bvid={% id %}&danmaku=0"
  style="width: 100%; height: 100%; border: none; aspect-ratio: 16/9; border-radius: 1rem; background: black"
></iframe>