Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 27, 2021 07:51 pm GMT

[Markdown] How do 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

Welcome to Yuma-Tsushima's Github page!

Visitor count

SupportDiscordDiscordSoundCloud

About Myself

Hello, my name is Yuma-Tsushima (frequently shortened to Yuma). I am an ambitious coder, and I enjoy coding in JavaScript (mainly). I also love making websites using HTML, CSS and (of course) JS! I started programming (self taught) at the age of 13. Originally, I came from the creative field ; I draw/sing/animate/make music.

Talents and Hobbies

I love drawing (I have been drawing all of my life). I play strategy games, I code and I do CTFs! I am also good at animation, making AMVs and image editing. My favourite game is Mindustry, followed by Flow Free and Sudoku. I love watching anime (I love Code Geass - I relate to Lelouch a lot) and I aspire to create my own anime!

DrawingMusicDigital ArtworkICTElectronicsDesginsWeb devStrategy

Check out my work!:
Soundcloud : 0c7av3h4ck5
Discord : {CyberArtByte}
Artwork : AcceleratorArts07

Recent Medium

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


Original Link: https://dev.to/yumatsushima07/markdown-how-do-use-markdown-text-on-discord-24mg

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To