Package-level declarations
Functions
Link copied to clipboard
fun TextContentBuilder.numbered(startLineNumber: Int = 1, body: TextContentBuilder.() -> Unit): TextContentBuilder
Extension function for TextContentBuilder that adds line numbering to the content.
Link copied to clipboard
Builds a textual content using a provided builder block and returns it as a string.