Discord Tools

Discord Markdown Previewer

See exactly how your message will look before you send it. Type Discord markdown (or select text and click a format button) and watch it render live in a Discord-style preview, complete with headers, spoilers, lists and code blocks. Then copy the raw text and paste it straight into Discord.

MessageSelect text, then click a format button
Live preview
YouToday at 12:00
Welcome to Digital Den
Preview your message before you hit send. Mix italics, underline and strikethrough — or all at once.
Hide the good stuff
Wrap secrets in a spoiler like click to reveal and drop inline code anywhere.
To-do
  • Draft the announcement
  • Add a code sample
  1. Ship it
console.log('gg')
Tip: headers and lists keep long posts readable.
Docs: https://digitalden.gg/tools and a masked link Digital Den.
Masked links only render inside embeds in real Discord — previewed here anyway.

Click a spoiler box to reveal it. Masked links only render inside embeds in real Discord. They are shown here anyway. Exact spacing and emoji vary by Discord client.

Reference

Discord markdown syntax

Bold**bold**
Italic*italic* or _italic_
Bold italic***text***
Underline__underline__
Strikethrough~~strike~~
Spoiler||spoiler||
Inline code`code`
Code block```lang\ncode```
Headers# H1 ## H2 ### H3
Subtext-# small text
Quote> quoted line
Multiline quote>>> quote to end
Bulleted list- item
Numbered list1. item
Masked link[label](https://url)
FAQ

Discord formatting, explained

How do I format text in Discord?+

Discord uses a lightweight Markdown. Wrap text in **double asterisks** for bold, *single asterisks* or _underscores_ for italic, __double underscores__ for underline, and ~~tildes~~ for strikethrough. Use `backticks` for inline code and triple backticks for a code block. This tool lets you select text and click a button to add the markers for you, with a live preview of how Discord will render the result.

How do I make a spoiler or colored text?+

Wrap anything in double pipes to hide it as a spoiler: ||like this||. In the preview here, click the black box to reveal it. Colored text is not part of normal Discord Markdown. The usual trick is an "ansi" code block (```ansi) with ANSI escape codes, which only works on desktop. This previewer focuses on the standard formatting you can use in any message.

What is Discord markdown?+

Discord markdown is the set of formatting shortcuts Discord supports in messages: bold, italic, underline, strikethrough, spoilers, headers, quotes, lists, inline code, code blocks and masked links. It is based on Markdown but with a few Discord-specific rules, such as __underline__ and ||spoiler|| syntax. This tool previews text using those rules so what you see is close to what Discord shows.

Do masked links work everywhere in Discord?+

Masked links written as [label](https://url) only render as clickable text inside embeds (for example from bots or webhooks). In a normal message you send yourself, Discord shows the raw [label](url) text instead. This previewer renders them as links anyway so you can check the label and destination before you use them in an embed.

Is it free?+

Yes. This previewer is completely free, needs no login or account, and runs entirely in your browser, so nothing you type is ever uploaded anywhere.

More Digital Den tools

Browse the rest of our free, no-login utilities and bots.

All tools →