~/tools/markdown-preview
Markdown Editor & Preview
Write GitHub Flavored Markdown with real-time preview. Tables, checkboxes, syntax-highlighted code blocks, TOC generation, README templates, and HTML export — all client-side.
What is GitHub Flavored Markdown?
GitHub Flavored Markdown (GFM) is a superset of standard Markdown, originally introduced by GitHub for rendering README files, issues, and pull requests. It adds syntax for tables, strikethrough text, task lists, and fenced code blocks with syntax highlighting — features that standard CommonMark doesn't support.
Today GFM is the de facto standard for developer documentation. Every major platform — GitHub, GitLab, Bitbucket, Notion, Linear, Jira, and more — supports it. Understanding GFM is essential for writing effective READMEs, wikis, and technical documentation.
Supported Features
Common Use Cases
README Files
Write polished project READMEs with badges, installation instructions, API docs, and contribution guides using our built-in templates.
Technical Docs
Draft developer documentation, API references, and architecture decision records with full GFM formatting support.
Blog Posts
Write and preview blog content before pasting into platforms like Dev.to, Hashnode, or Ghost which all support Markdown.
Meeting Notes
Take structured notes with headings, bullet points, and task lists. Export to HTML for sharing with non-technical stakeholders.
Code Tutorials
Write step-by-step tutorials with fenced code blocks, syntax highlighting, and sequential numbered lists.
Release Notes
Document changelog entries and release notes with formatted lists, links to issues/PRs, and version headers.