From 7932e13512b31271b94f8c4dedb2cc11226d1ce7 Mon Sep 17 00:00:00 2001 From: Frits Stegmann Date: Sun, 4 Jul 2021 08:12:18 +0200 Subject: [PATCH] Update renderers.md I was doing some work on the epub plugin repo and when trying to build an epub I came across what looked like some broken references. --- guide/src/format/configuration/renderers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/configuration/renderers.md b/guide/src/format/configuration/renderers.md index e3d1a397..3f16216c 100644 --- a/guide/src/format/configuration/renderers.md +++ b/guide/src/format/configuration/renderers.md @@ -188,13 +188,13 @@ Enable it by adding an empty table to your `book.toml` as follows: There are no configuration options for the Markdown renderer at this time; only whether it is enabled or disabled. -See [the preprocessors documentation](#configuring-preprocessors) for how to +See [the preprocessors documentation](preprocessors.md) for how to specify which preprocessors should run before the Markdown renderer. ### Custom Renderers A custom renderer can be enabled by adding a `[output.foo]` table to your -`book.toml`. Similar to [preprocessors](#configuring-preprocessors) this will +`book.toml`. Similar to [preprocessors](preprocessors.md) this will instruct `mdbook` to pass a representation of the book to `mdbook-foo` for rendering. See the [alternative backends] chapter for more detail.