@wdprlib/render
    Preparing search index...

    Function renderIframe

    • Render an [[iframe URL]] element.

      The iframe is wrapped in a <p> element to match Wikidot's output. Standard iframe attributes are rendered from the AST's attribute map, with the style attribute sanitized against CSS injection. Dangerous URL schemes are replaced with #invalid-url.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: IframeData

        Iframe data containing the URL and attribute map.

      Returns void