html2jade
html2jade copied to clipboard
Please support IE conditional comments
<!--[if lt IE 9]><script src="ie8-scripts.js"></script><![endif]-->
converts into
//if lt IE 9
script(src='ie8-scripts.js')
which converts into
<!--if lt IE 9script(src='ie8-scripts.js')-->
I think it just needs to literally output the html as is if it detects <!--[if and then ends the literal output when it finds <![endif]-->
thx for the bug report @Dan503. thought this was working before but apparently not now.
@aichholzer are you there? I've pinged you before but you haven't responded.
@donpark I am here, Github is not notifying me about anything, really strange.
Coming back to this issue; I will address this. @Dan503 please note a complete new version of html2jade is on the way.