for more information visit the package's GitHub page
Package contains the following modules:
This package provides a Markdown renderer that outputs mdgriffith/elm-ui Elements for dillonkearns/elm-markdown.
The renderer is a record of type alias Markdown.Renderer.Renderer, with the view
type parameter made concrete as an instance of Element msg.
You can see a live preview of the renderers at https://elm-ui-markdown.vercel.app/, which is the hosted version of the example
directory in this repository.
NOTE: This is pretty alpha. There's at least one known bug - if you put emphasis or bold or any other element that's not plain text in a ordered / unordered list, formatting will break. I'm working on it; but perfect is the enemy of "shipped", so I'm throwing this up for now and fixing it when I have time to throw at it.