Skip to main content

Module list

Module list 

Source
Expand description

Lower parsed lists into semantic list nodes.

Functionsยง

lower_list ๐Ÿ”’
Allocate a [NodeKind::List] under parent and recursively lower its [ListItem]s into [NodeKind::ListItem] children. The ordered flag is preserved as a Bool attribute so layout can pick the right marker style without re-walking the tree.
lower_list_item ๐Ÿ”’