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
<iframe
  name="stackblitz"
  loading="{% loading=lazy %}"
  src="https://stackblitz.com/edit/{% id %}?embed=1&theme={% theme=dark %}&view=preview"
  style="width: 100%; height: 100%; border: none; aspect-ratio: 16/9; border-radius: 1rem; background: black"
></iframe>