Skip to main content

Discord Markdown: Complete Formatting Guide

Discord supports a subset of Markdown for formatting messages. Use the reference below to style your text with bold, italic, code blocks, spoilers, and more. Each example is copy-ready.

FormatSyntaxResult
Bold**text**Bold text
Italic*text*Italic text
Underline__text__Underlined text
Strikethrough~~text~~Strikethrough text
Inline Code`code`Monospaced code
Code Block```language code ```Syntax-highlighted block
Spoiler||text||Hidden until clicked
Block Quote> textIndented quote
Heading 1# HeaderLarge heading
Heading 2## HeaderMedium heading
Heading 3### HeaderSmall heading
Unordered List- itemBulleted list item
Ordered List1. itemNumbered list item
Masked Link[text](url)Clickable linked text

Discord Quirks

  • Markdown in embeds may render differently than in regular messages.
  • Headings (H1 to H3) only work at the start of a message, not mid-paragraph.
  • Masked links require the full URL including https://.
  • Nested formatting (e.g. bold + italic) uses ***text***.

Need to write longer markdown? Try the Markdown Editor for a live preview as you type.

Discord Markdown Guide: Complete Formatting Reference | Kolavi Studio