BbCodePlainText

Just plain text inside the bbcode. If something doesn't parse as anything else, it should fall back on this.

class BbCodePlainText : BbCodeComponent {
string value;
}

Inherited Members

From BbCodeComponent

toString
string toString()

outputs its own source code

toPlainText
string toPlainText()

Outputs email style text

toHtml
Element toHtml(Document document)

converts itself to an HTML element

Suggestion Box / Bug Report