Discord Text Formatting Guide: Bold, Color, Italic, Strikethrough …

What We Have Covered in This Article

Last Updated on October 8, 2021 by Editor Futurescope

Achieving complex but yet understandable code has been the first thing on every programmers’ to-do list. While attaching a statement on code lines you felt had sophistication, the monotony was an issue that you could not anticipate. Thanks to discord, reader interpretation has just got better with the use of color and certain characters to show differences.

Discord is a communication platform that consists of features and background, the lightweight engine used for text formatting. The task of having to discord syntax codes is easy, and you just insert letterings and specific keywords on your text. If you are looking to make your text stand out from the rest, then this discord text formatting guide is for you. We will start from the basics of bolding, italicizing, and underlining and then head over to the cooler displays, color!

The Markdown Engine

Discord makes use of the Markdown engine to generate writing styles. The styles mostly make use of asterisks and underscore found by pressing on the keyboard Shift+8 and Shift+ – respectively.  Also, there’s the strikethrough effect done using the tilde (~) key found just below the Escape button. Do not leave any spaces between characters.

Bolding Text

Asterisks perform the bolding effect by inserting two of them before and after a text in question, as illustrated below.

Text:  **I just used asterisks to bolden my sentence**

Output: I just used asterisks to bolden my sentence

Italicizing text

Italics also make use of the asterisk, but this time, only one is inserted before and after a sentence.

Text: *this is an italic sentence*

Output: this is an italic sentence

Underlining text

To underline text, make use of two underscores before and after the text, as illustrated below.

Text: __This is an example of an underlined sentence__

Output: This is an example of an underlined sentence

Crossing out text

Also, the tilde key is inserted twice before and after a text to perform the strikethrough effect, as shown below.

Text: ~~The text is crossed out~~

Output: The text is crossed out

Combining styles

A sentence may be combined to consist of both bold and italics using three asterisks before and after the text.

Text: ***The sentence is both bold and italic***

Output: The sentence is both bold and italic

You may also combine to create an italicized and crossed-out text as shown:

Text: ~~*The sentence is italicized and crossed out*~~

Output: The sentence is underlined and crossed out

Interestingly, you can use all the styles at once, almost like we previously did for the two examples. Trying them all at once in one sentence is like a walk in the park. You insert two tildes, two underscores, and three asterisks before and after the text and there’s the result:

Text: ~~__***this is a crossed out, bold, italic and underlined sentence***__~~~

Output: this is a crossed out, bold, italic and underlined sentence

See asterisks, underscores, and tides

If you wish to see characters you were previously using appear as they are, then use the backslash (\) key. It eliminates the markdown formatting and is used before the text, as we shall illustrate. Using the backslash after the text produces the same output, but it is not as necessary as before the text.

Text: \~\~\_\_\*\*\*this is an example of an unformatted sentence***__~~~

Output: ~~__***this is an example of an unformatted sentence***__~~~

Single and Multiple line code blocks

Code blocks in discord can be created in a single line or multiple lines. This is done using the tick key, which is found just below the Escape key. For a single line, surround your text with the tick key for a white, monospaced text with a dark background. The brief text becomes more readable and understandable this way.

Multiple line codes make use of triple ticks to surround your text. The result is a large, dark box around sentences to attain a better readable format for several connected code lines. Syntax highlighting options are supported by multiple code lines and not single-line ones.

Highlighting text in discord

The question of how to discord code block branches to highlighting text into different colors using Discords’ highlight.js feature. Several syntaxes are implemented for different results. Be sure to make a multiple line block first using the tick key and then proceed to highlight text.

Use the fix syntax, and your text will display a yellow color as shown.

Input: “`fixThe text has

a yellow color

            “`

Output:

The text has a yellow color

Red color is displayed on your text when you add the diff syntax before your text.

Input: “`diffThe text has

a red color

            “`

Output:

The text has a red color

Using the diff syntax and including a + sign before the text makes an output of green.

Input: “`diff+ The text has

a green colour

            “`

Output:

The text has a green color

The CSS syntax changes the text to orange and also green. The orange color is displayed by adding CSS before text and brackets around the text.

Input: “`css[The text has

an orange colour]

“`

Output:

The text has an orange color

Discord also has the color blue displayed using the ini syntax plus brackets around the text, as illustrated below.

Input: “`fixThe text has

a blue color

            “`

Output:

The text has a blue color

By including quotation marks around text making use of CSS syntax, light green color is displayed.

Input: “`fixThe text has a

light green color

            “`

Output:

The text has a light green color

Final Thought

Be sure to perform the step of the above method by step, as doing otherwise results in a different output.  Also, there are different keyboard layouts, so check if you are pressing the right button for the various characters needed. Both newbies and professionals use discord code block, and becoming the latter is easy. Simply use this Discord text formatting article to your communication skills, which are effortless and worthwhile, and you will be a step closer.

Editor Futurescope
Editor Futurescope

Founding writer of Futurescope. Nascent futures, foresight, future emerging technology, high-tech and amazing visions of the future change our world. The Future is closer than you think!

Articles: 857