Open navigation

Discord Markdown and MEE6

This article is closely related to MEE6 Embeds and Mentionable Objects. 
To learn more about it please see our MEE6 Embeds and Mentionable Objects article.

Discord supports Markdown formatting style, which can also be used with MEE6.
Below is the Markdown syntax (left) and how it appears in Discord (right):

Text styles

Bold text can be generated by writing **text**
Italics text can be generated by writing *text* or _text_
Underline text can be generated by writing __text__

Text headers

# Header is a big header.
## Header is a medium header.
### Smallest header.
Header syntax always requires one space after # symbol, otherwise Discord system will think you're trying to link a channel.

Subtext

-# message
Subtext also requires one space after # symbol.

Clickable or masked links

[MEE6 website](https://mee6bot.com/)

Lists

- test
* test
Lists can also be indented, by adding 2 (two) spaces at the beginning of the line that should be indented.
Adding 2, 4, 6 and so on spaces will make different indentation levels.

Code blocks

`text` will make a code block for one line of text.
If you want to make multiline block for a big chunk of text, use ```text``` instead.

Quotes and text highlights

> text will generate a quote for a single line.
>>> text will work for a block of text, same approach as Code blocks.

Spoilers (hidden text)

|| text || will mask the text.

If you have any questions about this, do not hesitate to join our Support Server✌️

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.