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

Attribute Quotes #43

Closed stereosteve closed 12 years ago

stereosteve commented 12 years ago

Adds option to use double quotes for attributes. Also removes the need to escape inside of attributes.

I'm converting some angularjs templates to jade and this is especially helpful in that case.