guide2 min read

Markdown Guide

Every Markdown syntax element: headers, links, code, tables, and more.

Markdown reference: # Header (h1-h6), **bold**, *italic*, ~~strikethrough~~, [link](url), ![image](url), `inline code`, ```code block```, > blockquote, - unordered list, 1. ordered list, --- horizontal rule, | table | syntax |, [x] checkbox. Extended: footnotes[^1], ==highlight==, task lists. Used in GitHub READMEs, documentation, blogs, Notion, Slack, and Discord.