Markdown Cheat Sheet
Quick reference guide for common Markdown formatting. Click any code snippet or copy button to grab the syntax.
Headings
# Heading 1Largest top-level header
Heading 1
## Heading 2Section header
Heading 2
### Heading 3Subsection header
Heading 3
Emphasis & Styling
**bold text**Strong emphasis with double asterisks
*italic text*Slanted emphasis with single asterisks
~~strikethrough~~Crossed out text with double tildes
Lists & Tasks
- Unordered itemStandard bullet list
1. Ordered itemNumbered sequential list
- [ ] Unfinished taskTask checkbox list
- [x] Completed taskChecked task checkbox
Links & Images
[Website](https://markdowndiscord.com)Masked clickable hyperlink
<https://markdowndiscord.com>Auto-linked plain URL
Blockquotes
> Quoted callout lineSingle-line blockquote callout
Code
`inline code`Inline monospace code snippet
inline code```js\nconsole.log('hi');\n```Multiline syntax highlighted code block
js\nconsole.log('hi');\n``Related Tools
Discord Markdown Cheat Sheet
Comprehensive, copy-ready reference table for all Discord text formatting syntax and shortcuts.
Markdown Previewer
Real-time live rendering preview for standard Markdown, tables, checklists, and code snippets.