Closed dbryand closed 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}}")
Fixed in 0.8 1d475b68255a60f346841bb55eb3f08b331e3e0a
results in:
Should be: