mdbook-inline-highlighting 2.0.0

mdBook preprocessor that enables support for inline highlighting
1
2
3
4
5
6
7
8
9
10
11
12
[book]
authors = ["phoenixr-codes"]
language = "en"
src = "src"
title = "mdbook-inline-highlighting"

[output.html]
smart-punctuation = false

[preprocessor.inline-highlighting]
after = ["links"]
default-language = "javascript"