Skip to content

Commit 8e7270f

Browse files
committed
code-block-background is in fact code-block-bg
1 parent 0a0b214 commit 8e7270f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/output-formats/html-code.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Note that the `code-tools` option is not available when you disable the standard
180180

181181
By default code blocks are rendered with a left border whose color is derived from the current theme. You can customize code chunk appearance with some simple options that control the background color and left border. Options can either be booleans to enable or disable the treatment or can be legal CSS color strings (or they could even be SASS variable names!).
182182

183-
Here is the default appearance for code blocks (`code-block-background: true`):
183+
Here is the default appearance for code blocks (`code-block-bg: true`):
184184

185185
![](images/code-bg.png){fig-alt="A block of code with a gray background."}
186186

0 commit comments

Comments
 (0)