Convert markdown to html
@override String toHtml(String text) { return TexText.toHtmlData(text).trim(); }