Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove data attributes in tag #60

Open
lbngoc opened this issue Feb 3, 2021 · 0 comments
Open

Remove data attributes in tag #60

lbngoc opened this issue Feb 3, 2021 · 0 comments

Comments

@lbngoc
Copy link

lbngoc commented Feb 3, 2021

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" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant