Skip to content

Commit 71ea92b

Browse files
authored
Merge pull request #2081 from cn-liutailin/patch-2
Update renderers.md
2 parents af036d9 + aac6de0 commit 71ea92b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/src/format/configuration/renderers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ page-break = true # insert page-break after each chapter
182182

183183
- **enable:** Enable print support. When `false`, all print support will not be
184184
rendered. Defaults to `true`.
185-
- **page-break** Insert page breaks between chapters. Defaults to `true`.
185+
- **page-break:** Insert page breaks between chapters. Defaults to `true`.
186186

187187
### `[output.html.fold]`
188188

@@ -218,8 +218,8 @@ runnable = true # displays a run button for rust code
218218
- **copyable:** Display the copy button on code snippets. Defaults to `true`.
219219
- **copy-js:** Copy JavaScript files for the editor to the output directory.
220220
Defaults to `true`.
221-
- **line-numbers** Display line numbers on editable sections of code. Requires both `editable` and `copy-js` to be `true`. Defaults to `false`.
222-
- **runnable** Displays a run button for rust code snippets. Changing this to `false` will disable the run in playground feature globally. Defaults to `true`.
221+
- **line-numbers:** Display line numbers on editable sections of code. Requires both `editable` and `copy-js` to be `true`. Defaults to `false`.
222+
- **runnable:** Displays a run button for rust code snippets. Changing this to `false` will disable the run in playground feature globally. Defaults to `true`.
223223

224224
[Ace]: https://ace.c9.io/
225225

0 commit comments

Comments
 (0)