markdown icon indicating copy to clipboard operation
markdown copied to clipboard

ReferenceError: _VirtualDom_custom is not defined

Open badlydrawnrob opened this issue 6 months ago • 0 comments

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)]

badlydrawnrob avatar May 13 '25 13:05 badlydrawnrob