Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jdh8/mdbook-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>"

About

mdBook preprocessor that simply replaces text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages