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βno 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.
Example
For example, enter the default sample values on the form and compare the output with a known reference; adjust one input at a time to see how the result changes.