formattedSection

DSL function to add a formatted section to the Formatted.

fun formattedSection(text: String, block: FormattedSection.() -> Unit)

Add a formatted section to the Formatted.

fun formattedSection(section: FormattedSection)