We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hidelines
1 parent 7df1d8c commit 1441fe0Copy full SHA for 1441fe0
guide/src/format/configuration/renderers.md
@@ -234,6 +234,9 @@ The `[output.html.code]` table provides options for controlling code blocks.
234
hidelines = { python = "~" }
235
```
236
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
+
240
### `[output.html.search]`
241
242
The `[output.html.search]` table provides options for controlling the built-in text [search].
0 commit comments