Skip to content

Jakub0101011/Discord-Markdown-text-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Discord Markdown Text 101

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

Sweet Styles

Italics - *italics* or _italics_

italics


Underline italics - __*underline italics*__

Underline-italics


Bold - **bold**

Bold


Underline bold - __**underline bold**__

Underline-bold


Bold Italics - ***bold italics***

Bold-Italics


underline bold italics - __***underline bold italics***__

underline-bold-italics


Underline - __underline__

Underline


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

1-line->-block

>>> 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-line->>>-block

Spoiler Tag

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:

spoiler-text

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, like this beautifully written haiku.

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

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


Asciidoc

asciidoc


Bash

bash


Diff

diff


Cpp (c++)

cpp


Cs (C#)

cs


Json

json


Python

python


Xml

xml


Autohotkey

ahk


Yaml

yaml


Fix

fix


Arm

arm


Ini

ini


Md (markdown)

md


Xl

xl


Prolog

prolog


Glsl

glsl


CoffeeScript

coffeescript


Elixir

elixir


Apache

apache


Bat

bat


Announcements of the guide

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.

Releases

No releases published

Packages

No packages published