html-parser
html-parser copied to clipboard
Parse HTML 5 in Elm
Hi @hecrj ! I was trying to utilize this package to parse external HTML and possibly generate link preview metadata from OpenGraph/Twitter Card meta tags. Then I had found that...
Having an issue with using the HN api. The HTML they send is not closing some tags ( `` for example ). I can assume this is not "valid HTML"...
Hello @hecrj! Thank you for the library. I am using this for a tool to convert raw HTML into code generated for https://github.com/matheus23/elm-tailwind-modules. The main use is to copy-paste examples...
This is a small change to allow parsed `` elements to play in Chrome with the bundled `toVirtualDom` utility. Chrome needs to set the `muted` attribute on `` elements as...
Currently they lead to parser errors, but this is perfectly valid HTML.
Hello @hecrj, and thank you for the amazing library and work! The issue that we came across is related to a roundtrip that we do, html string > html parser...