Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blazood/mdbook-mark

this is a mdbook preprocessor which can render ==== to <mark></mark>
https://github.com/blazood/mdbook-mark

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## quick start

### install mdbook-mark

```shell script
cargo install mdbook-mark
```

### configure book.toml

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

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