TwP/webby

HTML5 and HAML don't work together.

twe4ked opened this issue · 1 comments

Any chance of getting support for html5?

bugs include:

!!! 5 renders as <!DOCTYPE 5 SYSTEM>

%header
    .some-class

Renders as:

<header></header>
<div class="some-class"></div>

Thanks

mlc commented

this seems more likely to be a bug in HAML than in Webby.