Markdown Discord



Text formatting

Discord tags

  • On the other hand, discord offers new, less obvious message formatting, allowing messages to be spoiled or color. Many people get confused when they hear about discord markdown because they don’t know how to use it. Markdown is a “lightweight markup language” which is.
  • Markdown is extensively used in Discord by many of its users, and that's what the users intend to use. If you don't want to use it, then use, it's not rude to tell you that, it's giving you an option. Calling it bloatware for the brain is ridiculous, it's giving everyone options.
  • Markdown is a Discord feature that enables the stylizing of text. There are a total of six different markdown operators in Discord.

Beneath the surface, Discord runs on a powerful engine called Markdown, which regulates how text is displayed on the pages visible to users. It’s an application of markup language that completely depends on textual symbols as commands, making it quite simple for users who are not skilled at advanced programming to alter the look of the text.

2 ways:

  1. Using developer modeUser settings ➤ Appearance ➤ Developer Mode ➤ enableand now you can find id of any user, message, channel or server with right click ➤ copy ID
  2. Using magic backslash escapingputting it before user mention, mentionable role, channel tag or custom emoji and you will get unformatted data
Text

This thing must be mentioned somewhere because some of you want to use this in messages.

How it writesHow it looks
<@&role-id>@role-name
<#channel-id>#channel-name
<@user-id>@mention
<:custom_emoji_name:emoji-id>:custom_emoji_name:

Skip to

TL;DR

To Bold textin Discord just wrap the text you wish to bold with a pair of double **asterisks**. To italicize the text, wrap it with a pair of single *asterisks*. See it in action in the images below.



Markdown Discord

Markdown Discord Generator

Discord text formatting

Spoiler Markdown Discord

Since Discord doesn’t have integral formatting options, you can bold text using Markdown.

What is Markdown

According to WikipediaMarkdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.”

It is used on Discord, as well as on platforms like Reddit. Let’s see how it works in Discord.

Markdown discord


Step 2 - Add a pair of double **asterisks** before and after the text you want to bold

Other text formatting on Discord - italics, underline, strikethrough, and combinations.

Spoiler Markdown Discord

Add a pair of single (_) underscore or *asterisks* before and after the text you want to italicize.

Discord Markdown Comment Out

Add a pair of double __underscores__ before and after the text.