Renderer for [[html]]...[[/html]] blocks in Wikidot markup.
HTML blocks are rendered as sandboxed iframes. The iframe src URL
can be provided by a resolver callback; when absent, a deterministic
default URL is generated from the content hash.
The actual HTML content is not inlined into the page -- it is served
separately at the iframe URL. The runtime html-block module handles
auto-resizing of the iframe via postMessage.
Renderer for
[[html]]...[[/html]]blocks in Wikidot markup.HTML blocks are rendered as sandboxed iframes. The iframe
srcURL can be provided by a resolver callback; when absent, a deterministic default URL is generated from the content hash.The actual HTML content is not inlined into the page -- it is served separately at the iframe URL. The runtime
html-blockmodule handles auto-resizing of the iframe viapostMessage.