Explicitly document the `hidelines` key.

This commit is contained in:
Eric Huss 2023-05-28 13:50:21 -07:00
parent 7df1d8c838
commit 1441fe0b91
1 changed files with 3 additions and 0 deletions

View File

@ -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].