donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 156 forks source link

made html2jade to use normal HTML syntax for conditional comments #108

Closed DawoonC closed 8 years ago

DawoonC commented 8 years ago

Since Jade does not have any special syntax for conditional comments, normal HTML style conditional comments should be used instead. http://jade-lang.com/reference/comments

DawoonC commented 8 years ago

I'm closing because this does not handle some cases properly