#mdbook #markdown #preprocessor #simplifies #url #embed #youtube

app mdbook-embed

A preprocessor that simplifies embedded URL

2 unstable releases

0.2.0 Mar 19, 2023
0.1.0 Mar 16, 2023

#1389 in Text processing

35 downloads per month

MIT license

18KB
103 lines

mdbook-embed

Actions Status Crates.io License

A preprocessor that simplifies embedded URL.

Example

It turns this:

{{#embed https://www.youtube.com/watch?v=d66B35sT1gQ }}

into:

<iframe width="560" height="315" src="https://www.youtube.com/embed/d66B35sT1gQ"></iframe>

Installation

To install mdbook-embed, use cargo:

cargo install mdbook-embed

Then add the following to book.toml:

[preprocessor.embed]

Support services

  • YouTube
  • Twitter
  • Instagram

Dependencies

~11–24MB
~329K SLoC