wdpr
    Preparing search index...
    • Render a [[html]] block as an iframe wrapped in a <p> element.

      The iframe uses class="html-block-iframe" so the runtime can identify it for auto-resize. An optional sandbox attribute and custom style attribute (from [[html style="..."]]) are applied.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: HtmlData

        HTML block data containing the raw HTML contents and optional style.

      Returns void