FormattedList
inline fun RichTextScope.FormattedList(listType: ListType, vararg children: RichTextScope.() -> Unit)
fun <T> RichTextScope.FormattedList(listType: ListType, items: List<T>, startIndex: Int = 0, drawItem: RichTextScope.(T) -> Unit)
Creates a formatted list such as a bullet list or numbered list.