We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db275d commit 59c76faCopy full SHA for 59c76fa
guide/src/for_developers/preprocessors.md
@@ -18,9 +18,9 @@ A new table is added to `book.toml` (e.g. `preprocessor.foo` for the `foo`
18
preprocessor) and then `mdbook` will try to invoke the `mdbook-foo` program as
19
part of the build process.
20
21
-While preprocessors can be hard-coded to specify which backend it should be run
22
-for (e.g. it doesn't make sense for MathJax to be used for non-HTML renderers)
23
-with the `preprocessor.foo.renderer` key.
+A preprocessor can be hard-coded to specify which backend(s) it should be run
+for with the `preprocessor.foo.renderer` key. For example, it doesn't make sense for
+[MathJax](../format/mathjax.md) to be used for non-HTML renderers.
24
25
```toml
26
[book]
0 commit comments