posthtml-extend-attrs
PostHTMLExtendAttrs is plugin for PostHTML. It extend HTML attrs with new attrs and data.
Usage
var posthtml =html = '<div class="wow">OMG</div>';;// <div class="wow" id="wow_id">OMG</div>
PostHTMLExtendAttrs is plugin for PostHTML. It extend HTML attrs with new attrs and data.
var posthtml =html = '<div class="wow">OMG</div>';;// <div class="wow" id="wow_id">OMG</div>
npm i posthtml-extend-attrs
52
1.0.0
MIT