mdbook-emoji

build dependency status Crates.io

mdBook preprocessor that replaces straight quotes with curly quotes, except within code blocks or code spans.

It adds an emoji option for the mdBook renderers.

Usage

The following example configures mdbook-emoji as a preprocessor for the HTML renderer.

```toml [book] title = "Example book" author = "John Doe"

add the emoji preprocessor

[preprocessor.emoji]

select renderers

renderer = ["html"]

[output.html] ```

More on configuring preprocessors can be found in the mdBook Documentation.