From a5cebf22f34099a588ba0db882cb545bafac7224 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 9 Mar 2023 23:43:53 -0700 Subject: document that callout numbers are limited to 1-20 when using the bundled font --- docs/modules/theme/pages/callout.adoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/modules/theme/pages/callout.adoc b/docs/modules/theme/pages/callout.adoc index 7c110d21..bee5fac3 100644 --- a/docs/modules/theme/pages/callout.adoc +++ b/docs/modules/theme/pages/callout.adoc @@ -8,7 +8,7 @@ The keys in the `callout-list` category control the arrangement and style of callout lists and callout list item content. These keys don't affect the callout list markers. -The appearance of the markers is controlled independently by the keys in <>. +The appearance of the markers is controlled separately by the keys in <>. Also see <> for more information. [cols="3,4,5a"] @@ -90,8 +90,13 @@ callout-list: == conum The keys in the `conum` category control the style of callout numbers inside verbatim blocks and in callout lists. + +NOTE: The bundled font used by the default theme for conums (M+ 1mn) only supports callout numbers 1-20. +If you need more callout numbers, you must specify the `glyphs` key to remap the callout numbers to Unicode value using Unicode escape ranges. +Keep in mind that the font you specify must provide the glyphs for these Unicode values or else the callout number won't be rendered. + These keys don't affect the callout list item content. -The appearance of the callout list and the content of the list items are controlled independently by the keys in <>. +The appearance of the callout list and the content of the list items are controlled separately by the keys in <>. Also see <> for more information. [cols="2,5,5a"] @@ -134,11 +139,11 @@ conum: font-style: normal |<> -|`circled` {vbar} `filled` {vbar} Unicode String ranges + +|`circled` {vbar} `filled` {vbar} Unicode escape ranges + (default: `circled`) |[source] conum: - glyphs: \u0031-\u0039 + glyphs: \u2776-\u277f,\u24eb-\u24f4,\u3251-\u325a |<> |xref:language.adoc#values[Number] + -- cgit v1.2.3