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
baseb on #216 save default struct and format only indent: input.html
<html> <div>test 1</div> <div>test 2</div> </html>
output.html
The text was updated successfully, but these errors were encountered:
Preserving all formatting would be brilliant. Could this feature potentially preserve formatting like this?
input.html
<div class="a" data-attr1="a" data-attr2="a" data-attr3="a" data-attr4="a" > <i class="test">test</i> </div>
Because I guess attributes wrapping can introduce some problems. This is not critical though
Sorry, something went wrong.
Though posthtml-include and posthtml-extend already print such attributes on the same line. So this is even less relevant...
posthtml-include
posthtml-extend
feat: preserve line breaks, make settings optional
ce4d706
posthtml#220
Scrum
No branches or pull requests
baseb on #216 save default struct and format only indent:
input.html
output.html
The text was updated successfully, but these errors were encountered: