kyrie
    Preparing search index...

    Variable html_policyConst

    html_policy: PaintPolicy = ...

    HTML paint policy for web browser output Wraps content in span tags with inline CSS color styling and uses
    for newlines

    const html = html_policy.wrap('#FF5733', 'Hello World');
    console.log(html); // Outputs '<span style="color: #FF5733">Hello World</span>'