TextNode(content: String, rich: Boolean = false, init: (TextNode.() -> Unit)? = null)
content - node text
content
rich - determines if content can contain HTML code
rich
init - an initializer extension function
init
Constructor