MFML - v0.0.4
    Preparing search index...
    • Restricts what tags and attributes are allowed.

      Parameters

      Returns Postprocessor

      allowTags({
      a: ['href', 'name'],
      p: true
      });
      import allowTags, { defaultAllowedTags } from 'mfml/postprocessor/allowTags';

      allowTags(defaultAllowedTags);