Static methods

staticparse(styled:UnicodeString):Array<Stanza>

staticparseBlock(styled:UnicodeString):{rest:String, block:Stanza}

staticparsePreformatted(styled:UnicodeString):{rest:String, block:Stanza}

staticparseQuote(styled:UnicodeString):{rest:String, block:Stanza}

staticparseSpan(tagName:String, marker:String, styled:UnicodeString, start:Int):{span:Node, end:Int}

staticparseSpans(styled:UnicodeString):Iterable<Node>

@:value({ inPre : false })staticrender(xhtml:Stanza, inPre:Bool = false):String

@:value({ inPre : false })staticrenderNode(xhtml:Node, inPre:Bool = false):String