hecrj/html-parser - version: 2.4.0

for more information visit the package's GitHub page

Package contains the following modules:

html-parser Build Status

Parse HTML 5 in Elm 0.19!

import Html.Parser

Html.Parser.run "<div><p>Hello, world!</p></div>"
-- => Ok [ Element "div" [] [ Element "p" [] [ Text "Hello, world!" ] ] ]

Limitations

Feel free to contribute!

Contributing / Feedback

Feel free to fork and open issues or pull requests. You can also contact me (@hecrj) on the Elm Slack. I am always happy to talk!

Credits