Expand description
Lower parsed lists into semantic list nodes.
Functionsยง
- lower_
list ๐ - Allocate a [
NodeKind::List] underparentand recursively lower its [ListItem]s into [NodeKind::ListItem] children. Theorderedflag is preserved as aBoolattribute so layout can pick the right marker style without re-walking the tree. - lower_
list_ ๐item