From 86c5187062a41b2d9abb542e322e699fe2ecdd85 Mon Sep 17 00:00:00 2001 From: Peter Kandolf Date: Tue, 21 Jan 2025 15:07:41 +0100 Subject: [PATCH] docs: include documentation of new aspect of code-block-bg --- docs/reference/formats/html.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/formats/html.json b/docs/reference/formats/html.json index 023be8fb78..334f405198 100644 --- a/docs/reference/formats/html.json +++ b/docs/reference/formats/html.json @@ -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",