Closed TheJaredWilcurt closed 4 weeks ago
Default is true. Determines whether empty attributes will include ="".
=""
<!-- { showEmptyAttributes: true } --> <span class=""></span>
<!-- { showEmptyAttributes: false } --> <span class></span>
Show/remove empty attribute assignments
Default is true. Determines whether empty attributes will include
=""
.