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
8
<iframe
  allowfullscreen
  name="codepen"
  loading="{% loading=lazy %}"
  height="{% height=600 %}"
  style="width: 100%; border: none; border-radius: 1rem; background: black"
  src="https://codepen.io/{% user %}/embed/{% slug %}?default-tab=result&theme-id={% theme=dark %}"
></iframe>