Discord Markdown Cheat Sheet
The complete guide to Discord's custom formatting syntax. Discover Discord-specific extensions like spoilers, subtext, and dynamic timestamps.
Discord-Exclusive Syntax
Special||hidden spoiler||Discord OnlyClick-to-reveal black spoiler mask
-# Small subtextDiscord OnlyMuted small footer or footnote text
__underlined text__Discord OnlyDouble underscore underline styling
<https://example.com>Discord OnlyEmbed suppression (hides link previews)
Standard Text Styling
**bold text**Double asterisks make text bold
*italic text*Single asterisks for italic emphasis
~~strikethrough~~Double tildes cross out text
***bold italic***Triple asterisks combine bold and italic
Headings & Subtext
# Big HeaderPrimary header size
Big Header
## Medium HeaderSecondary header size
Medium Header
### Small HeaderTertiary header size
Small Header
-# Muted subtextDiscord OnlySmall dimmed text for footnotes
Quotes & Code Blocks
> Single quote lineSingle line blockquote
>>> Multi-line quote\nContinues for all linesDiscord OnlyBlockquote spanning the rest of message
`inline code`Single-line monospace snippet
inline code```js\nconsole.log('Discord!');\n```Multiline syntax highlighted codeblock
js\nconsole.log('Discord!');\n``Dynamic Timestamps
Use Generator →<t:1774435200:f>Discord OnlyShort Date/Time (e.g. March 25, 2026 9:41 AM)
<t:1774435200:R>Discord OnlyRelative countdown (e.g. in 2 hours / 5 minutes ago)
<t:1774435200:F>Discord OnlyLong Date/Time with day of the week
Related Tools
Discord Markdown Formatter
All-in-one formatter for Discord chat messages, embeds, webhook text, and bot announcements.
Discord Timestamp Generator
Generate dynamic <t:epoch:format> timestamps that automatically adapt to every user's local timezone.
Markdown Cheat Sheet
Complete reference cheat sheet for standard CommonMark and GitHub Flavored Markdown (GFM).