DEV Community

Cover image for [Markdown] How you do you use markdown text on Discord?
Yuma-Tsushima
Yuma-Tsushima

Posted on • Updated on

[Markdown] How you do you use markdown text on Discord?

You want to be cool on Discord and show of your friends with the ability to use the one and only Markdown text.
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...

Text Styles

*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.

Block Quotes

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.

block quotes

>>> 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.

multi block quotes

Code Blocks

Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (`)

one line code blocks

You can also use three backticks (`\) to create multiline code blocks.

multiline code blocks

Syntax Highlighting

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. An example...

Alt Text

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
css

HTML
html

Bash (bash)
bash

C++ (cpp)
cpp

C# (cs)
cs

Markdown (md)
md

Diff (diff)
diff

Javascript (js)
js

Python (py)
py

Shell Session
shell

SQL
sql

Java
java

JSON
json

And you get the idea! Now you're a Discord text markdown expert. Get out there and highlight your statements!

Acknowledgements

Hammer and Chisel

Discord Highlight.js

Credits

GitHub logo Yuma-Tsushima07 / Yuma-Tsushima07

This is my readme file!

$ echo "Hello World!"

Visitor count

$ whoami πŸ’»

v37r1x@v37r1x:~$ whoami
Enter fullscreen mode Exit fullscreen mode

I am Yuma (V37R1X) a 17 year old whom studies Chemistry, Mathematics and Information Communication Technology also does Ethical Hacking and Digital Artwork as a side task.

image

$ cat learning.txt πŸ“˜

v37r1x@v37r1x:~$ cat learning.txt
"I love learning a lot of things! Knowledge is power!!"
Enter fullscreen mode Exit fullscreen mode

GIF

What am I learning next?

  • ⭐ Bio Hacking
  • ⭐ Bug Bounty
  • ⭐ C#
  • ⭐ Pentesting


$ cat hobbies.txt πŸ‘¨β€πŸŽ¨

v37r1x@v37r1x:~$ cat hobbies.txt
"Having an endless list of hobbies is the key to unlock your potential!"
Enter fullscreen mode Exit fullscreen mode

GIF

Hobbies

  • 🎨 Digital Artwork
  • πŸ‘š Sewing
  • ✏️ Drawing
  • 🎡 Making Music


$ cat introduction.txt πŸ”Ž

v37r1x@v37r1x:~$ cat introduction.txt
"Hello, to everyone who does not know me, I am just an normal person who does crazy things."
Enter fullscreen mode Exit fullscreen mode

I am just a regular person who came from the…

Follow me!

Discord Servers!!

Bounty Hunters: An amazing bug hunting community full of developers and exploiters!!!

CyberArtByte: My server full of bling and joy!!

New Soundcloud Track!!

Author: Yuma-Tsushima

Top comments (0)