fn figure_is_numbered(node: &Node) -> boolExpand description
Whether a figure participates in the auto Figure N counter. A figure
opts out with #figure(numbered: false) (issue #76), recorded by the
lowerer as a numbered = false attribute; absence means numbered.