From 59c76fa665529c9325020b7495e0828df72dceeb Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sun, 25 Apr 2021 16:18:57 -0700 Subject: [PATCH] Reword incomplete sentence in Preprocessors section in the guide (#1510) * fix and reword incomplete sentence * remove unused reference --- guide/src/for_developers/preprocessors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/src/for_developers/preprocessors.md b/guide/src/for_developers/preprocessors.md index c8086298..6b2b6633 100644 --- a/guide/src/for_developers/preprocessors.md +++ b/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` preprocessor) and then `mdbook` will try to invoke the `mdbook-foo` program as part of the build process. -While preprocessors can be hard-coded to specify which backend it should be run -for (e.g. it doesn't make sense for MathJax to be used for non-HTML renderers) -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. ```toml [book]