rehypejs / rehype-minify

plugins to minify HTML
https://unifiedjs.com
MIT License
89 stars 16 forks source link

remove attr quotes when possible #4

Closed michael-ciniawsky closed 8 years ago

michael-ciniawsky commented 8 years ago
<div id="foo" class="bar baz" data-attribute="is-active"></div>

<div id=foo class='bar baz' data-attribute=is-active></div>
michael-ciniawsky commented 8 years ago

fixed by: 👍

options.quote
options.quoteSmart
options.preferUnquoted