#mdbook #mark #rust-book #markdown #gitbook

bin+lib mdbook-mark

this is a mdbook preprocessor which can render ==== to

2 releases

0.1.1 Mar 5, 2021
0.1.0 Mar 5, 2021

#5 in #rustbook

MPL-2.0 license

16KB
130 lines

mdbook-mark

this is a mdbook preprocessor which can render ==== to <mark></mark>

quick start

install mdbook-mark

cargo install mdbook-mark

configure book.toml

[book]
authors = ["blazh"]
language = "en"
multilingual = false
src = "src"
title = "test"

# add into your book.toml
[preprocessor.mark]
command="mdbook-mark"

Dependencies

~12–24MB
~333K SLoC