mdbook-mark 0.1.1

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

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"