From 8308f15e93b6446a6387b0628bdfcf6a2b6a2cf8 Mon Sep 17 00:00:00 2001 From: TheGeekInTheShell Date: Sun, 12 May 2024 14:35:21 +0200 Subject: [PATCH] Maybe a typo in preprocessors.md It seems to me there is a small typo in the file preprocessors.md --- guide/src/format/configuration/preprocessors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/configuration/preprocessors.md b/guide/src/format/configuration/preprocessors.md index 26a786b2..00dc90c6 100644 --- a/guide/src/format/configuration/preprocessors.md +++ b/guide/src/format/configuration/preprocessors.md @@ -26,13 +26,13 @@ For information on how to create a new preprocessor, see the [Preprocessors for ## Custom Preprocessor Configuration Preprocessors can be added by including a `preprocessor` table in `book.toml` with the name of the preprocessor. -For example, if you have a preprocessor called `mdbook-example`, then you can include it with: +For example, if you have a preprocessor called `preprocessor-example`, then you can include it with: ```toml [preprocessor.example] ``` -With this table, mdBook will execute the `mdbook-example` preprocessor. +With this table, mdBook will execute the `preprocessor-example` preprocessor. This table can include additional key-value pairs that are specific to the preprocessor. For example, if our example preprocessor needed some extra configuration options: