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.
The following example configures mdbook-emoji
as a preprocessor for the HTML renderer.
```toml [book] title = "Example book" author = "John Doe"
[preprocessor.emoji]
renderer = ["html"]
[output.html] ```
More on configuring preprocessors can be found in the mdBook Documentation.