Restricts what tags and attributes are allowed.
Allowed tags requirements.
allowTags({ a: ['href', 'name'], p: true}); Copy
allowTags({ a: ['href', 'name'], p: true});
import allowTags, { defaultAllowedTags } from 'mfml/postprocessor/allowTags';allowTags(defaultAllowedTags); Copy
import allowTags, { defaultAllowedTags } from 'mfml/postprocessor/allowTags';allowTags(defaultAllowedTags);
defaultAllowedTags
Restricts what tags and attributes are allowed.