Skip to content

Commit

Permalink
Explicitly document the hidelines key.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed May 28, 2023
1 parent 7df1d8c commit 1441fe0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guide/src/format/configuration/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 1441fe0

Please sign in to comment.