indent

fun indent(indentCount: Int): String(source)

Convenience method for adding indents in front of your lines of code.

The indent applied here will be consistent with the indent used by the Markdown -> Kotlin renderer.