mdbook-replace 0.1.0

mdBook preprocessor that simply replaces text
mdbook-replace-0.1.0 is not a library.

mdbook-replace

Build status Crates.io Documentation

mdBook preprocessor that simply replaces text

This preprocessor is inspired by mdbook-abbr and mdbook-yapp.

Installation

cargo install mdbook-replace

Configuration

[preprocessor.replace]
# This enables the preprocessor

[preprocessor.replace.list]
# List the patterns and their replacements
"" = "<span class='♠'>♠</span>"
"" = "<span class='♥'>♥</span>"
"" = "<span class='♦'>♦</span>"
"" = "<span class='♣'>♣</span>"
"(R)" = "<abbr title='relay'>(R)</abbr>"