render method
- String source
override
Converts source
to a DocumentFragment
Implementation
@override
DocumentFragment render(String source) => DocumentFragment.html(markdown.markdownToHtml(source));
Converts source
to a DocumentFragment
@override
DocumentFragment render(String source) => DocumentFragment.html(markdown.markdownToHtml(source));