From 235fac27d22b80a424c2c0ac0a08f5ee81102194 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 21 Jul 2025 06:38:16 -0700 Subject: [PATCH] content: Improve description of code block render hook options map --- content/en/render-hooks/code-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/render-hooks/code-blocks.md b/content/en/render-hooks/code-blocks.md index 1c05f6a1b..526a1232f 100755 --- a/content/en/render-hooks/code-blocks.md +++ b/content/en/render-hooks/code-blocks.md @@ -50,7 +50,7 @@ Inner : (`string`) The content between the leading and trailing code fences, excluding the info string. Options -: (`map`) The highlighting options from the info string. +: (`map`) The highlighting options from the info string. This map is empty if [`Type`](#type) is an empty string or a code language that is not supported by the Chroma syntax highlighter. However, in this case, the highlighting options are available in the [`Attributes`](#attributes) map. Ordinal : (`int`) The zero-based ordinal of the code block on the page.