Render an [[iframe URL]] element.
[[iframe URL]]
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.
<p>
style
#invalid-url
The current render context.
Iframe data containing the URL and attribute map.
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 thestyleattribute sanitized against CSS injection. Dangerous URL schemes are replaced with#invalid-url.