Skip to content

Commit 1441fe0

Browse files
committed
Explicitly document the hidelines key.
1 parent 7df1d8c commit 1441fe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guide/src/format/configuration/renderers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ The `[output.html.code]` table provides options for controlling code blocks.
234234
hidelines = { python = "~" }
235235
```
236236

237+
- **hidelines:** A table that defines how [hidden code lines](../mdbook.md#hiding-code-lines) work for each language.
238+
The key is the language and the value is a string that will cause code lines starting with that prefix to be hidden.
239+
237240
### `[output.html.search]`
238241

239242
The `[output.html.search]` table provides options for controlling the built-in text [search].

0 commit comments

Comments
 (0)