I've read up on ACF and have got it working pretty well but I have just one query.
Users sometimes paste in a whole emboldened paragraph as a heading. I have given them the ability to change that paragraph to a heading tag, but the <strong> tag remains nested inside the heading.
It's not the end of the world but I'd rather remove that. ACF seems to have rules to
- Strip tags
- Strip attributes
- Force attribute values
but it doesn't seem to have the ability to remove nested tags.
Am I missing something or is this ability not (yet?) available?