We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flatten_tags_deep: { i: 'i' }, will remove not only <i>, but also <img>. Probably anything that contains i
flatten_tags_deep: { i: 'i' },
<i>
<img>
i
Please adjust the example to properly remove only <i>. I assume flatten_tags_deep: { i: '^i$' }, ?
flatten_tags_deep: { i: '^i$' },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
flatten_tags_deep: { i: 'i' },
will remove not only<i>
, but also<img>
. Probably anything that containsi
Please adjust the example to properly remove only
<i>
. I assumeflatten_tags_deep: { i: '^i$' },
?The text was updated successfully, but these errors were encountered: