We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for your project!
I found a bug when trying to convert this code:
<section> <div></div> </section> <section> <div></div> </section>
The resulting data structure is:
([:section [:div] [:section [:div]]])
But it should be
([:section [:div]] [:section [:div]])
The sections should not be nested.
section
Thanks! ☀️
The text was updated successfully, but these errors were encountered:
I, ugh, don't look at this project a lot. I'll take a look when I get some time. Thanks for making me aware of it.
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for your project!
I found a bug when trying to convert this code:
The resulting data structure is:
But it should be
The
section
s should not be nested.Thanks! ☀️
The text was updated successfully, but these errors were encountered: