bulleted

Adds a bulleted list with a block structure.

Creates an unordered list with bullet points (-).

Example:

bulleted {
item("First item")
item("Second item") {
// Nested content
+"Additional details"
bulleted {
item("Nested item 1")
item("Nested item 2")
}
}
item("Third item")
}

Parameters

block

The list content builder