2 releases
0.1.1 | Mar 5, 2021 |
---|---|
0.1.0 | Mar 5, 2021 |
#11 in #gitbook
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
~13–24MB
~355K SLoC