Package-level declarations
Types
Link copied to clipboard
class HtmlBuilder(prettyPrint: Boolean = true, xhtmlCompatible: Boolean = true) : TagConsumer<String>
Link copied to clipboard
Functions
Link copied to clipboard
fun <O : Appendable> O.appendHTML(prettyPrint: Boolean = true, xhtmlCompatible: Boolean = false): TagConsumer<O>
Link copied to clipboard