mdbook-mark

Crates.iomdbook-mark
lib.rsmdbook-mark
version0.1.1
sourcesrc
created_at2021-03-05 16:13:11.62203
updated_at2021-03-05 16:37:54.806881
descriptionthis is a mdbook preprocessor which can render ==== to
homepage
repositoryhttps://github.com/blazood/mdbook-mark
max_upload_size
id364402
size55,497
(blazood)

documentation

README

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"
Commit count: 6

cargo fmt