toHtml method

  1. @override
String toHtml(
  1. String text
)
override

Convert markdown to html

Implementation

@override
String toHtml(String text) {
  return TexText.toHtmlData(text).trim();
}