HtmlMin icon indicating copy to clipboard operation
HtmlMin copied to clipboard

Remove data attributes in tag

Open lbngoc opened this issue 3 years ago • 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" />

lbngoc avatar Feb 03 '21 08:02 lbngoc