text

object text

Default template context and dsl

class Object
trait Matchable
class Any

Value members

Concrete methods

def renderHtml(f: Node[Nothing], prettyPrinting: TextPrettyPrintingConfig): String

Provides Text render context to make html string

Provides Text render context to make html string

Example
val html = renderHtml {
 'div('class /= "title", "Hello, I'm Levsha!")
}