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

PropertyTypeDescription
html?booleanWhether to allow HTML elements.
mathMl?booleanWhether to allow MathML elements.
svg?booleanWhether to allow SVG elements.
svgFilters?booleanWhether to allow SVG filter elements.

Links to this page: