You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/format/configuration/renderers.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ page-break = true # insert page-break after each chapter
182
182
183
183
-**enable:** Enable print support. When `false`, all print support will not be
184
184
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`.
186
186
187
187
### `[output.html.fold]`
188
188
@@ -218,8 +218,8 @@ runnable = true # displays a run button for rust code
218
218
-**copyable:** Display the copy button on code snippets. Defaults to `true`.
219
219
-**copy-js:** Copy JavaScript files for the editor to the output directory.
220
220
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`.
0 commit comments