mdbook-emoji

Crates.iomdbook-emoji
lib.rsmdbook-emoji
version0.2.1
sourcesrc
created_at2021-08-11 13:43:08.630534
updated_at2021-08-12 00:34:26.746805
descriptionmdBook preprocessor that replaces colon-separated emoji short codes with Unicode code points, except within code blocks or code spans.
homepage
repositoryhttps://github.com/almereyda/mdbook-emoji
max_upload_size
id434767
size47,563
jon r (almereyda)

documentation

README

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.

Commit count: 53

cargo fmt