mbylstra/html-to-elm

comments and tags with dashes cause input to be interrupted

Opened this issue · 0 comments

Firstly I want to thank you for providing this wonderful and very useful tool, that will make life much better for those who - like me - want to port an existing project to Elm.

along the way, I encountered a couple of issues, causing minor inconvenience:

  • comments
  • some non-html tags like, say, ng-click

were causing the parser to stop producing elements for the node after the offending one.