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

Multiple class definition with addition of tag renders incorrectly #85

Closed dbryand closed 10 years ago

dbryand commented 10 years ago
<div class="note checklist-part indent-{{indent}}"></div>

results in:

.note.checklist-part.indent-{{indent}}

Should be:

.note.checklist-part(class="indent-{{indent}}")

image

donpark commented 10 years ago

Fixed in 0.8 1d475b68255a60f346841bb55eb3f08b331e3e0a