tkluck/HAML.jl

Allow non-closing tags like `meta`

Closed this issue · 1 comments

HTML5 allows certain tags as only declarations without /> nor a matching closing tag. One option is to have a whitelist of these tags, but maybe we can also have a syntax for it.

I now realize this is a duplicate of #3. Closing