almereyda / mdbook-emoji

mdBook preprocessor that replaces straight quotes with curly quotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdbook-emoji

build dependency status Crates.io

mdBook preprocessor that replaces emoji shortcodes with their Unicode code points, except within code blocks or code spans.

It adds an emoji option for mdBook.

Usage

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

[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.

About

mdBook preprocessor that replaces straight quotes with curly quotes

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%