-
Notifications
You must be signed in to change notification settings - Fork 284
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
DIET: doctype is actually ignored #505
Comments
I wouldn't readily deprecate But support for XML or other HTML doctypes would be very helpful. This would also provide a way to solve #475 in a way that should make everyone happy. |
Pull request: #509 @s-ludwig I have no idea why they are trying to remove !!!.
|
Fix issue #505: DIET: doctype is actually ignored
If I type:
it gets compiled to:
Should be:
Also should we allow doctype tag to be alias for !!!?
And how about !!! being deprecated in jade spec?
If you give me green light I can implement it ASAP 👻
The text was updated successfully, but these errors were encountered: