You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library with some simple examples. But I can't make it produce a valid doctype. On debugging, it seems the order of the types is incorrect.
This is the test haml I'm using:
doctype 5
html(lang="en")
head
title= pageTitle
body
#container.col
I'm trying to use this library with some simple examples. But I can't make it produce a valid doctype. On debugging, it seems the order of the types is incorrect.
This is the test haml I'm using:
And this is the result I get:
If I move the line 118 that contains
,'DOCUMENT_TYPE'
above line 115 (,'TAG'
) I get the correct result.The text was updated successfully, but these errors were encountered: