html2jade icon indicating copy to clipboard operation
html2jade copied to clipboard

Please support IE conditional comments

Open Dan503 opened this issue 9 years ago • 2 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]-->

Dan503 avatar Jan 04 '17 23:01 Dan503

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 avatar Jan 06 '17 14:01 donpark

@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.

aichholzer avatar Feb 16 '17 04:02 aichholzer