ListItemNode component
Basic Blocks
Each list entry renders as an `<li>` whose layout stays stable while items stream in.
Markdown input
- First item with **bold**
- Second itemLive rendered output
First item with bold
Second item
Customize & override
Override built-in components — replace this node renderer safely with scoped overrides. Renderer & node components reference — see all exported components and their props.