Function: renderUntrustedContent()
ts
function renderUntrustedContent(
content: string,
attrs: UntrustedContentAttrs,
): string;Parameters
| Parameter | Type |
|---|---|
content | string |
attrs | UntrustedContentAttrs |
Returns
string