From 1441fe0b9152daeb2b86f47a153206fa2aa565cc Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 28 May 2023 13:50:21 -0700 Subject: [PATCH] Explicitly document the `hidelines` key. --- guide/src/format/configuration/renderers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/src/format/configuration/renderers.md b/guide/src/format/configuration/renderers.md index fd9ad81d..4e1c49da 100644 --- a/guide/src/format/configuration/renderers.md +++ b/guide/src/format/configuration/renderers.md @@ -234,6 +234,9 @@ The `[output.html.code]` table provides options for controlling code blocks. hidelines = { python = "~" } ``` +- **hidelines:** A table that defines how [hidden code lines](../mdbook.md#hiding-code-lines) work for each language. + The key is the language and the value is a string that will cause code lines starting with that prefix to be hidden. + ### `[output.html.search]` The `[output.html.search]` table provides options for controlling the built-in text [search].