pub(crate) const LIST_MARKER_GUTTER_PT: f32 = 18.0;Expand description
Horizontal gutter reserved for the list marker (• for unordered,
1. for ordered) on each nesting level. Doubles as the per-level
indent step: nested items shift right by this many points before
their own gutter is added. Sized to comfortably hold a one- or
two-digit ordered marker at the default body size; lists with three-
digit numbering will overflow the gutter visually until per-list
gutter tuning lands.