Expand description
Iframe embed synthesizer.
Receives a TitleParams (Stage 2 dispatcher already parsed it), the
source URL, and an AssetSnapshot. Emits final <iframe> HTML.
Sole iframe HTML emitter. Two call sites converge here:
- The Stage 2 dispatcher in
pipeline.rs, after pulldown-cmark parses aTag::Linkcarryingmoss:kind=iframe. src-tauri/src/build/folder_embed.rs’s folder-as-iframe feature, which has no pulldown-cmark involvement and calls this synthesizer directly with an emptyTitleParams.
The pre-Phase-1 moss-core IframeRenderer::render_to_html escape valve
retired once folder_embed migrated (P2E prereq #2, 2026-05-25).
Functions§
- synthesize_
iframe_ html - Synthesize iframe embed HTML for
Tag::Linkwithmoss:kind=iframetitle.