We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc22b9 commit 04f9f17Copy full SHA for 04f9f17
README.md
@@ -9,7 +9,7 @@ cargo install mdbook-inline-highlighting
9
## Usage
10
11
```toml
12
-[preprocessors.inline-highlighting]
+[preprocessor.inline-highlighting]
13
14
default-language = "js"
15
# Enforce JavaScript syntax highlighting when no language is specified. When this
@@ -38,4 +38,4 @@ for code blocks.
38
## Demo
39
40
After cloning this repository and installing the crate, navigate to the `test_book`
41
-directory and run `mdbook serve` to see the example above in action.
+directory and run `mdbook serve` to see the example above in action.
0 commit comments