Markdown Cheatsheet
Quick reference for Markdown syntax, filterable by keyword: headings, lists, links, tables, code and more. Shows the raw syntax next to what it does.
The Markdown syntax nobody memorizes completely
You are halfway through a README, you need a table, and you freeze. Was it pipes with colons? How many dashes in the separator row? Markdown is simple enough that nobody ever bothers to learn all of it, and the parts you touch once a month, like footnotes, checklists and escaping an asterisk, are exactly the ones that vanish when you need them.
The page lists twenty constructs, each with the literal snippet on one side and a short label for what it does on the other. The search box filters both sides at once, so typing table finds it by label and typing a backtick finds it by symbol. One honest caveat: despite what the tool description suggests, there is no rendered preview here. You get raw syntax and a label, not the formatted result.
Much of the list is GitHub Flavored Markdown rather than plain CommonMark. Strikethrough, checklists, tables and footnotes work on GitHub, GitLab and Obsidian, but an older parser or a restricted comment box may print them as literal text. When the destination is unfamiliar, test one item before rewriting a whole document. The list is static and lives entirely in the browser; the filter queries nothing.
Frequently asked questions
Does it preview rendered Markdown?
How do I break a line without starting a new paragraph?
Why does my table not show up on my blog?
Related Tools
Markdown Table Generator
Build Markdown tables visually — add rows and columns, edit cells and copy the GFM syntax ready for README, Notion or GitHub. No manual formatting.
README.md Generator
Build a professional README.md filling in name, description, badges, install, usage, license. Markdown preview side-by-side.
Markdown TOC Generator
Generate the table of contents of a Markdown file from headings (#, ##, ###). Includes GitHub-style anchors. Everything in your browser.