Callout List and Number Category Keys
callout-list
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 conum category.
Also see font-* and line-height inheritance for more information.
| Key | Value Type | Example |
|---|---|---|
Color |
|
|
Font family name |
|
|
|
|
|
Number |
|
|
Font style |
|
|
item-spacing |
Measurement |
|
Number |
|
|
margin-top-after-code |
Measurement |
|
text-align |
Text alignment |
|
text-transform |
Text transform |
|
conum
The keys in the conum category control the style of callout numbers inside verbatim blocks and in callout lists.
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 callout-list category.
Also see font-* and line-height inheritance for more information.
| Key | Value Type | Example |
|---|---|---|
Color |
|
|
Font family name |
|
|
|
|
|
Number |
|
|
Font style |
|
|
|
|
|
Number |
|
font-family and glyphs
When a font is assigned to the conum-font-family key, it must contain the circle numbers starting at glyph U+2460, otherwise you must also assign a range of Unicode numbers to the conum-glyphs key.
The glyphs can be specified as a comma-separated list of ranges, where the range values are Unicode numbers (e.g., \u2460).
Unicode escape sequences are recognized even if the value is not enclosed in double quotes.
font-* and line-height inheritance
When the font-color, font-family, font-kerning, font-size, font-style, and line-height keys are set on the callout-list category they apply solely to the callout list item content, not the callout list markers.
The inverse is also true.
When these properties are set under the conum category, they only affect the callout list markers.
This means that if you change the value of a font or line height key on the callout-list or conum category, then you likely need to change the value of the same key on the other category as well.