Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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>
- Host: GitHub
- URL: https://github.com/blazood/mdbook-mark
- Owner: blazood
- License: mpl-2.0
- Created: 2021-03-05T14:13:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T08:26:38.000Z (over 3 years ago)
- Last Synced: 2024-07-18T11:16:32.753Z (4 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - blazood/mdbook-mark - this is a mdbook preprocessor which can render ==== to <mark></mark> (others)
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"
```