mdbook-embed

Crates.io License

A preprocessor that simplifies embedded URL.

Example

It turns this:

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

into:

```md

```

Installation

To install mdbook-embed, use cargo:

cargo install mdbook-embed

Then add the following to book.toml:

[preprocessor.embed]

Support services