Skip to content

ConfigUseProfiles

Unofficial

Sanitization profile options for DOMPurify.

Import:

import type { ConfigUseProfiles } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ConfigUseProfiles

Properties

Property Type Description
html? boolean Whether to allow HTML elements.
mathMl? boolean Whether to allow MathML elements.
svg? boolean Whether to allow SVG elements.
svgFilters? boolean Whether to allow SVG filter elements.

Links to this page: