- What Markdown flavor does it support?
- GitHub-Flavored Markdown (GFM): tables, task lists, strikethrough, auto-linked URLs, and code fences with language hints. CommonMark is the baseline.
- Does it render code blocks with syntax highlighting?
- Yes — most common languages (JS, TS, Python, Go, Rust, SQL, YAML, JSON, Shell) highlight automatically. Specify the language after ``` for best results.
- Can I preview a README before pushing?
- That's the primary use case. Paste the README.md and see exactly how GitHub will render it, without push-and-check cycles.
- Does it support embedded HTML?
- Yes — inline HTML passes through. Scripts are stripped for safety; style tags and most others render. Suitable for docs, not for fully interactive content.