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
When I input:
<button> Hello </button> <button> World </button> <button> <script src="hello.js" async></script> <span class="bold">About Us</span> </button> <span>About Us</span> <span>Contact Us</span>
html2pug generates:
button Hello | button World | button script(src='hello.js', async='') | span.bold About Us | span About Us | span Contact Us
The empty lines with pipes are invalid and generate a compiler error. This was tested using the html2pug.com website.
The text was updated successfully, but these errors were encountered:
Closes #3, closes #8, closes #9, closes #10, closes #11
7efa694
643d67e
@colinskow Thanks for the report - fixed in 1.0.0
1.0.0
Sorry, something went wrong.
fix: text node whitespace - fixes izolate#8
367d8fe
Closes izolate#3, closes izolate#8, closes izolate#9, closes izolate#10…
1edb176
…, closes izolate#11
izolate
No branches or pull requests
When I input:
html2pug generates:
The empty lines with pipes are invalid and generate a compiler error. This was tested using the html2pug.com website.
The text was updated successfully, but these errors were encountered: