mdbook-embedify-0.0.1 is not a library.
Visit the last successful build:
mdbook-embedify-0.2.18
Mdbook Embedify
This is a mdbook preprocessor plugin that allows you to embed apps to your book.
1. Installation
First, you need to install mdbook-embedify to your computer.You can install it from crates.io using cargo.
After installation, add the following code to your book.toml file:
[]
2. Usage
Then you can use embed macro to embed an app. The syntax is like this:
{% embed app options[] %}
options are key-value based array seperated by space and its value must be wrapped by quotes. For example:
{% embed codepen username="MR-Addict" slug="NWBOqKw" height="600" theme="dark" %}
3. Examples

You can see a live demo and more detailed documentation here.