elm-explorations / elm-explorations/markdown

ReferenceError: _VirtualDom_custom is not defined

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.