SanitizeOptions: sanitizeHtml.IOptions & {
    doNotSanitizeCommonEntities?: boolean;
}

Type declaration

  • Optional doNotSanitizeCommonEntities?: boolean

    Prevents sanitization of the following common html entities:

    • & (&)
    • < (<)
    • > (>) As well as the addition of escaped quotes.

Generated using TypeDoc