Skip to content
1 min read · 28 words

Function: renderUntrustedContent()

ts
function renderUntrustedContent(
  content: string,
  attrs: UntrustedContentAttrs,
): string;

Parameters

ParameterType
contentstring
attrsUntrustedContentAttrs

Returns

string