Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/formats/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
},
{
"name": "code-block-bg",
"description": "Specifies to apply a background color on code blocks. Provide a hex color to specify that the background color is\nenabled as well as the color of the background.\n"
"description": "Specifies to apply a background color on code blocks. Provide a hex color to specify that the background color is\nenabled as well as the color of the background.\n\nFor PDF output, if you specify `false` and `code-block-border-left` is `false` or not set, the code block is not enclosed in a floating LaTeX environment. This is especially useful for long code blocks nested inside a callout block, as it allows correct page breaks to occur. Line numbering and annotations are not affected.\n"
},
{
"name": "highlight-style",
Expand Down