The page parses Markdown with a lightweight library, then sanitizes HTML with DOMPurify to reduce script injection risk in your preview pane. It is still not a replacement for your CMS or static-site pipeline.
Your Markdown body stays in the browser; only the parser scripts are fetched from the CDN.
Untrusted HTML is stripped or sanitized—do not rely on this for authoring CMS posts without your platform’s own sanitizer.
Parsing libraries load from a CDN; your document text is processed locally in the browser tab.
Common tables, fenced code, and task lists render—but GitHub adds extras not mirrored exactly.
Use your OS print dialog from the preview if needed—no dedicated exporter here.