voku/HtmlMin

Remove data attributes in tag

lbngoc opened this issue · 0 comments

I need to remove all data attribute inside a tag. Could you please add it as an optional ?
For example:

<img src="http://path/to/png" data-src="http://path/to/png" data-slide="2" />
=> 
<img src="http://path/to/png" />