Open evanworley opened 10 years ago
No, templates are not supported.
It might be worth considering. I don't know many interesting products that build complete stand-alone html documents. Everyone is using frameworks, templates, etc.
There is a PR for validating html snippets, #14.
Hello,
I'm trying to validate a series of HTML files which contain mustache templates. The file isn't exactly HTML, as it simply contains a bunch of script elements with type
text/template
, but I'd still like to validate the contents of that. Is there a way I can specify that I'm validating HTML5 document fragments?Thanks, Evan