Returns an HTML representation of the element
@override String toHtml() { return markdownToHtml(markdown).replaceAll(RegExp(r"(\n+)"), ""); }