elm-explorations / elm-explorations/markdown
ReferenceError: _VirtualDom_custom is not defined
Open
- Dominant language
- Elm
- Stars
- 31
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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`.
```elm
-- Error
Markdown.toHtml [] markdown
-- Ok
Html.div [] [(Markdown.toHtml [] markdown)]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.