Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
Italics - *italics*
or _italics_
Underline italics - __*underline italics*__
Bold - **bold**
Underline bold - __**underline bold**__
Bold Italics - ***bold italics***
underline bold italics - __***underline bold italics***__
Underline - __underline__
Strikethrough - ~~Strikethrough~~
Don't want to use markdown? You can slap a backslash in front of your statement, or put your message in a code block, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores.
The syntax to use Block Quotes is >
or >>>
followed by a space.
> at the beginning of a line of text, creates a single-line block quote.
>>> at the beginning of a line of text, creates a multi-line block quote. All text from >>>
until the end of the message will be included in the quote.
If you want to write a “spoiler” or something everyone in your channel shouldn’t see immediately (unless they choose to remove the spoiler block), then you can use the Discord spoiler tag.
You can create spoiler text like so:
Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (`)
You can also use three backticks (```) to create multiline code blocks, like this beautifully written haiku.
If you really want to spruce up your code blocks, you can denote a specific language for syntax highlighting, by typing the name of the language you want the code block to expect right after the first three backticks beginning your code block.
There are many different languages in place of Markdown that Discord's syntax highlighting support. Each different language has its own approach to highlight-able syntax. For a full list: https://highlightjs.org/static/demo/. Note that you won't be able to view syntax highlighting on the mobile app.
CSS
Asciidoc
Bash
Diff
Cpp (c++)
Cs (C#)
Json
Python
Xml
Autohotkey
Yaml
Fix
Arm
Ini
Md (markdown)
Xl
Prolog
Glsl
CoffeeScript
Elixir
Apache
Bat
The guide will be further developed with each new update in discord!.
If you have any questions or want to get in contact with me, you can add Jakub0101011;#0320
on discord.