# Cargo
cargo install --force mdbook-embedify
# book.toml
[preprocessor.embedify]
# Bilibili
<iframe allowfullscreen name="bilibili" 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>
# Youtube
<iframe allowfullscreen name="youtube" loading="lazy" src="https://www.youtube.com/embed/<id>" style="width: 100%; height: 100%; border: none; aspect-ratio: 16/9; border-radius: 1rem; background: black" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"></iframe>