renderHtml Playground
Render Markdown or MDX to HTML with zfb's WebAssembly pipeline.
Try renderHtml in the browser. It runs the same Rust pipeline that zfb build uses, so the preview is not an approximation. See the API reference and the browser Markdown preview guide for the full contract.
renderHtml is not a sanitizer: raw HTML in the source passes through. The preview is shown in an iframe whose sandbox does not enable scripts, but do not treat the output as trusted HTML.
The Admonition directive sample registers note through pipeline.features.directives. The HTML source shows the generated <Note> element. The iframe does not evaluate an MDX components map or load a framework's admonition styles, so its preview demonstrates the transformed structure rather than zudo-doc's styled component.
HTML output
HTML source
Preview
The first Run downloads a WebAssembly module. API reference