Emphasis
**bold**, *italic*, __underline__, and ~~strikethrough~~ can be combined when markers are correctly nested.
A compact Discord Markdown reference for emphasis, spoilers, quotes, code, headers, lists, links, and common nesting mistakes.
Preparing the tool…
**bold**, *italic*, __underline__, and ~~strikethrough~~ can be combined when markers are correctly nested.
Hide text with ||spoiler||. Start a line with > for a quote or >>> for a multiline quote.
Use single backticks for inline code and triple backticks for blocks. Headers use #, ##, or ### followed by a space.
Put two asterisks on each side: **bold text**.
Place three backticks before and after the block. Add a supported language name after the opening backticks for syntax highlighting.
Yes, many styles can be nested, but mismatched markers cause broken formatting. Use the live formatter to check the final sequence.