markdown
markdown copied to clipboard
ReferenceError: _VirtualDom_custom is not defined
Is there a way to avoid having to wrap .toHtml within another Html element? A little unnecessary to have to wrap it in a div.
-- Error
Markdown.toHtml [] markdown
-- Ok
Html.div [] [(Markdown.toHtml [] markdown)]