
You’ve seen people in discord writing with underlines, bold, italics, and strikethroughs texts, but have no idea how to do it yourself? Well, this article will go through every format and code block that you can use in discord. You can even add different colors to your text by using simple commands. To find out how just continue reading.
What Is Discord?
Developed by Discord Inc., Discord is a freeware VoIP software that is directed toward online gamers, corporations, and institutes. It allows users to communicate through text, images, video, and audio within encryption servers. As of now, Discord has over 250 million active users and continues to expand, particularly in the online gaming community.
Discord’s shtick is to provide users with a reliable and clean connection that entails their routine communication needs. It is available to download on Windows, macOS, Linux, and even Android and iOS devices. One of Discord’s most prominent facets is enabling to users to customize almost everything they want, including text. You can create your server and integrate plugins and even emoticons yourself.
Formatting Text In Discord:
Discord uses an engine called “Markdown”, that runs in the background when you chat in Discord with someone. This engine is what lets you format your text in Discord. Now, this engine is purely text-based, so it uses symbols to format your text in bold, italics, underlined, and strikethroughs.
All you have to do is add a few characters before and after your text to use your desired format. As for code block highlighting, Discord uses a new feature called “Highlight.js”, allowing you to highlight the selected text.
Color | How To Use It? | Code | Output |
---|---|---|---|
RED | Add diff syntax and use - before the colored text. | diff-Insert Text | Insert Text. |
ORANGE | Add CSS syntax and include brackets [] around the text. | css[Insert Text.] | Insert Text |
YELLOW | Use fix syntax and the text will be yellow by default. | fixInsert Text. | Insert Text. |
GREEN | Use diff syntax and include a + sign before the text. | diff+Insert Text. | Insert Text. |
LIGHT GREEN | Use CSS syntax and include ”“ around the text. | CSS“Insert Text” | Insert Text. |
BLUE | Use ini syntax and include [] around the text | ini[Insert Text] | Insert Text. |
Formatting Coloured Text In Discord:
You should know that Highlight.js doesn’t have any in-built feature to highlight texts. You have to modify the texts manually using code blocks and symbols. How does that work? Well, you have to create a multiline code block by using the back-ticks and specify the syntax highlighting language. Doing that will help you exploit some syntax highlighting language for coloring texts.
But, there are some rules you need to follow if you’re going to use this method. It won’t always write if you write the text normally. For example, sometimes writing “Normal Text” won’t work, instead, you’ll have to write “This_text_has_dashes” or “Thistexthasnospaces”.
Basic Text Formatting In Discord With Writing Styles:
These basic text formatting styles are automatically generated by the Markdown engine when you add a few characters to your text. A few characters have been mentioned below along with their output.
Text Formatting Style | How To Use It? | Example | Output |
---|---|---|---|
Bold | Insert two asterisks (*) before and after the text. | **Insert text.** | Insert text. |
Italic | Insert a single asterisk (*) before and after the text. | * Insert text.* | Insert text. |
Bold + Italic | Insert three asterisks (*) before and after the text. | *** Insert text.*** | Insert text. |
Underline | Insert two Underscores (_) before and after the text. | __ Insert text.__ | Insert text. |
Strikethrough | Insert two tildes (~) before and after the text. | ~~ Insert text.~~ | Insert text. |
Bold + Italic + Underline + Strikethrough | Insert two tildes (~), two underscores (_), and three asterisks (*) before and after the text. | ~~__*** Insert text.***__~~ | Insert text. |
‘Escape’ Text & See Underscores & Asterisks:
If you want to see the asterisks or underscores in your text, all you need to do is add a backslash (\) to skip the Markdown engine formatting.
For instance, “ \_\_\*\*\*Text here***__”. The output will be; “__***Text here***__”.
Now, if these formatting styles aren’t working for you, try uninstalling Discord, and reinstalling it from the official Discord website.
Basic Code Blocks In Discord:
Discord also gives you the option to use code blocks, and you can customize them using back-ticks (`). If you’re having trouble finding the key, then look directly below the ESC key, and that’s where it’ll be located.
Code Blocks | How to use it | Example | Output |
---|---|---|---|
Single Line Code Blocks | Insert a back-tick (`) before and after the text. | `Insert text` | Insert text |
Multi-Line Code Blocks | Insert three back-ticks (```) before and after the text. | ```Insert text``` | Insert text |
Read More: League Of Legends Won’t Open – 2020 Solution For Mac & Windows