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
HTML5 asks specifically for the DOCTYPE:
<!DOCTYPE html>
but running htmlq removes this. There doesn't seem to be an option to disable this behaviour, and it is certainly not desirable.
htmlq
After using htmlq, the pages fail to validate with the W3C validator.
The suggested workaround doesn't work either:
<!DOCTYPE html SYSTEM "about:legacy-compat">
Indeed, testing shows that any line starting with <! anywhere in the code is stripped by htmlq.
<!
The text was updated successfully, but these errors were encountered:
I confirm this issue. My usage htmlq -r '#WebPartWPQ5 *' -f "$f" | sponge "$f"
htmlq -r '#WebPartWPQ5 *' -f "$f" | sponge "$f"
Sorry, something went wrong.
No branches or pull requests
HTML5 asks specifically for the DOCTYPE:
<!DOCTYPE html>
but running
htmlq
removes this. There doesn't seem to be an option to disable this behaviour, and it is certainly not desirable.After using
htmlq
, the pages fail to validate with the W3C validator.The suggested workaround doesn't work either:
<!DOCTYPE html SYSTEM "about:legacy-compat">
Indeed, testing shows that any line starting with
<!
anywhere in the code is stripped byhtmlq
.The text was updated successfully, but these errors were encountered: