-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse error in html tags without closing tag #6
Comments
Thank you for all the suggestions, they're all good ideas. I wrote this tool as a simple way to bootstrap Purescript UIs from existing HTML, and it is certainly not robust or complete. I don't intend to maintain this repo any further. |
ya no worries, i just wanted it cataloged somewhere what possible improvements might be |
Maybe you can reopen this issue so it's easier to see it's still relevant. And instead put in the readme that this project is unmaintained. |
Good idea, I updated the README. And I guess these are all issues even if I'm not going to fix them, so I'll reopen. |
For example https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input
Result
But with closing slash (not required in html, but optional)
Result
The text was updated successfully, but these errors were encountered: