Live preview GitHub-flavored Markdown (GFM) as you edit source text. Supports headings, emphasis, links, lists, tables, task lists, and fenced code blocks via remark-gfm.
When to use it
- Draft README or blog posts before committing
- Check table and list formatting quickly
- Learn Markdown syntax with instant visual feedback
Limitations
Rendering happens client-side only鈥攏o file upload or export to HTML/PDF. Raw HTML in Markdown is passed through per react-markdown defaults; do not paste untrusted content into production pages without sanitization.
Supported GFM features
Tables, strikethrough, task lists, and autolinks render through the same plugin stack used on static documentation pages elsewhere in Tool Plaza.