Developer Utilitiesimplementedmarkdownpreview
Markdown Preview
Preview Markdown with GFM and sanitized output.
Privacy note: All processing runs locally in your browser. Nothing is uploaded or sent to external APIs.
Markdown Preview
- GFM tables
- Sanitized HTML
| Tool | Local |
|---|---|
| Preview | yes |
How it works: react-markdown renders an AST with GFM support and rehype-sanitize. No dangerouslySetInnerHTML is used.