Skip to content

Commit 59c76fa

Browse files
Reword incomplete sentence in Preprocessors section in the guide (#1510)
* fix and reword incomplete sentence * remove unused reference
1 parent 3db275d commit 59c76fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/src/for_developers/preprocessors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ A new table is added to `book.toml` (e.g. `preprocessor.foo` for the `foo`
1818
preprocessor) and then `mdbook` will try to invoke the `mdbook-foo` program as
1919
part of the build process.
2020

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.
21+
A preprocessor can be hard-coded to specify which backend(s) it should be run
22+
for with the `preprocessor.foo.renderer` key. For example, it doesn't make sense for
23+
[MathJax](../format/mathjax.md) to be used for non-HTML renderers.
2424

2525
```toml
2626
[book]

0 commit comments

Comments
 (0)