mdgriffith / elm-markup

Elm-friendly markup

Home Page:https://package.elm-lang.org/packages/mdgriffith/elm-markup/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm syntax parser to html

MrChaker opened this issue · comments

Hello ,
I'm new to Elm world , I really don't know how it works . All I'm looking for is to create a function that takes elm markup content ( For now I don't care about typing and errors , just a string ) and give corresponding html as an output .

Is this something possible here , already done ? or should I create this function on my own ?