(nodes: MdzNode[], options: MdzToSvelteOptions): MdzToSvelteResult import {mdz_to_svelte} from '@fuzdev/mdz/mdz_to_svelte.js'; Converts an array of MdzNode to a Svelte markup string.
Each node type produces output matching what MdzNodeView.svelte renders at runtime. Collects required imports and flags unconfigured component/element references.
nodes
parsed mdz nodes to render
MdzNode[]options
rendering configuration matching the runtime context surface
returns
MdzToSvelteResult