Discord is an increasingly popular platform for online communication, especially among gamers. One of the unique features of Discord is the ability to use markdown to format text, which allows users to add emphasis, create headings, and more. One of the most common markdown formatting options is the strikethrough, which allows you to cross out text. This can be useful for a variety of purposes, such as indicating that a message is no longer relevant, or to emphasize a correction.
To do a strikethrough in Discord, you simply need to use two tildes (~) before and after the text you want to cross out. For example, if you wanted to cross out the text “this is a test,” you would type the following:
“`
~~this is a test~~
“`
This would produce the following result:
Slashing the Text
While typing a message on Discord, there is a way to add a strikethrough effect to any of your texts. This allows you to emphasize a part of your text or indicate that a particular information is no longer relevant or valid. To execute this effect, you need to use the tilde (~) symbol, which is usually found on the top-left corner of your keyboard. Here’s a detailed guide to help you understand how it works:
1. Positioning the Tilde:
– To strikethrough a specific word or phrase, simply place a tilde symbol (~) before and after the text you want to modify.
– For example, if you want to strikethrough the word “strikethrough,” you would type: ~~strikethrough~~
2. Multiple Lines:
– To cross out multiple lines of text, place the tilde symbol (~) at the beginning and end of each line you want to strikethrough.
– For instance, if you want to strikethrough the following lines:
– This is line 1
– This is line 2
– This is line 3
– You would type:
~~This is line 1~~
~~This is line 2~~
~~This is line 3~~
3. Combining with Other Formatting:
– You can combine strikethrough with other text formatting options in Discord, such as bold, italic, or underlined.
– To do so, simply use the appropriate syntax for each formatting option within the tilde symbols.
– For example, to make a **bold strikethrough** word, you would type: **~~strikethrough~~**
Typing for a Crossed-Out Effect
Discord offers a simple way to add a strikethrough effect to your text. Here’s how to achieve a crossed-out effect in your Discord messages:
To cross out a single word or phrase, simply type two tildes (~) before and after the text you want to strikethrough. For example, if you want to cross out the word “example,” you would type:
Before: | After: |
---|---|
“~~example~~” | “ |
To strikethrough multiple lines of text, place the tildes (~) at the beginning and end of each line. For instance, to cross out the following text:
“I’m not sure if this is going to work.
It might be too confusing.
I’ll have to think about it more.”
You would type:
Before: | After: |
---|---|
“~~\nI’m not sure if this is going to work.\nIt might be too confusing.\nI’ll have to think about it more.~~\n” | “ |
Using Keyboard Shortcuts
To cross out text using keyboard shortcuts, follow these steps on different platforms:
PC (Windows/Linux):
Keyboard Shortcut | Use |
---|---|
Ctrl + Shift + X | Strikethrough the selected text |
Mac:
Keyboard Shortcut | Use |
---|---|
Cmd + Shift + X | Strikethrough the selected text |
Employing a Markdown Command
To cross out text using Markdown, follow these steps:
- Highlight the text you want to strikethrough.
- Click on the “Strikethrough” button in the toolbar (if available).
- Alternatively, you can use the keyboard shortcut **Ctrl** + **Shift** + **X** (Windows) or **Cmd** + **Shift** + **X** (Mac).
- Your text will now be ~~crossed out~~.
-
Example:
Markdown Code Result ~~This text is crossed out~~ ~~This text is crossed out~~ Additional Notes:
- You can also use the Markdown syntax
~~text~~
to strikethrough text. - When using the Markdown syntax, ensure there are no spaces between the tildes and the text.
- The strikethrough effect will only be visible in Discord messages, not in other applications or platforms.
- It’s worth noting that not all Discord clients support strikethrough formatting. Some older versions of the app or mobile platforms may not display the crossed-out effect.
Alternative Keyboard Combinations
In addition to using Markdown syntax, you can also create strikethroughs using alternative keyboard combinations. These combinations vary depending on your operating system and keyboard layout.
Windows
- **Option 1:** Hold down the **Alt** key and type **0126** on the numeric keypad.
- **Option 2:** Press **Ctrl** + **Shift** + **D**.
- **Option 3:** Use the **Strikethrough** button in the Discord text editor (if available).
MacOS
- **Option:** Hold down the **Option** key and press **Shift** + **Command** + **X**.
- **Option:** Use the **Strikethrough** button in the Discord text editor (if available).
Linux
- **Option:** Use the **Strikethrough** button in the Discord text editor (if available).
- **Option:** Refer to your specific Linux distribution for any additional keyboard shortcuts for strikethroughs.
Table of Keyboard Combinations
Operating System Keyboard Combination Windows Alt + 0126 (numeric keypad)
Ctrl + Shift + D
Strikethrough button (if available)MacOS Option + Shift + Command + X
Strikethrough button (if available)Linux Strikethrough button (if available)
Distribution-specific shortcuts may varyDealing with Multiple Words
If you want to strikethrough multiple words in Discord, you can do so by enclosing the words in double tildes (~). For instance, if you want to cross out the phrase “this is an example,” you would type:
Input ~~this is an example~~ Output this is an exampleYou can also use multiple sets of double tildes to create nested strikethroughs. For example, if you want to strikethrough the phrase “this is a ~~nested~~ example,” you would type:
Input ~~this is a ~~nested~~ example~~ Output this is a~~nested~~exampleNote that spaces between words are included in the strikethrough, so you may need to adjust the spacing of your text accordingly.
Combining Strikethrough and Other Formatting
You can combine strikethrough with other formatting options to create more complex and visually appealing text. Here are a few examples:
Bold Strikethrough
To create bold strikethrough, you can use two asterisks before and after the text, followed by two tildes. For example, ~~*bold strikethrough text*~ will produce ~~*bold strikethrough text*~.
Italicized Strikethrough
To create italicized strikethrough, you can use one asterisk before and after the text, followed by two tildes. For example, ~*italicized strikethrough text*~ will produce ~*italicized strikethrough text*~.
Underline Strikethrough
To create underlined strikethrough, you can use two underscores before and after the text, followed by two tildes. For example, __~~underlined strikethrough text~~__ will produce __~~underlined strikethrough text~~__.
Combining Multiple Formats
You can also combine multiple formatting options to create even more complex effects. For example, you could create bold, italicized, and underlined strikethrough text by using the following syntax: ***~~bold, italicized, and underlined strikethrough text~~***.
Table of Formatting Options
Formatting Syntax Bold **text** Italic *text* Underline __text__ Strikethrough ~~text~~ Bold Strikethrough **~~text~~** Italicized Strikethrough *~~text~~* Underline Strikethrough __~~text~~__ Formatting Code Blocks
To create a strikethrough in Discord, you can use the following syntax:
~~[text]~~
For example, to strikethrough the text “Hello”, you would type:
~~Hello~~
Which would produce the following result:
~~Hello~~
Escaping the Tilde Character
If you need to use the tilde character (~) in your text, you can escape it by using a backslash (\).
For example, to type the text “~~Hello~~”, you would type:
\~~Hello\~~
Which would produce the following result:
~~Hello~~
Markdown vs. Rich Text
Discord supports both Markdown and Rich Text formatting. Strikethroughs are supported in both formats.
However, there are some differences between the two formats. In Markdown, strikethroughs are created using the tilde character (~), while in Rich Text, strikethroughs are created using the
tag.Additional Information
Here is a table summarizing the different ways to create a strikethrough in Discord:
Format Example Result Markdown ~~Hello~~ Hello Rich Text HelloHello Strikethroughs can be used to create a variety of effects, such as crossing out text, highlighting important information, or creating a sense of humor.
How to Add a Strikethrough Effect Retroactively
To add a strikethrough effect to text that has already been sent, you can use the following steps:
1. Right-click on the message containing the text you want to strikethrough.
2. Select “Edit Message” from the context menu.
3. Place your cursor at the beginning of the text you want to strikethrough.
4. Press the “~” (tilde) key to add the strikethrough effect to the text.
5. Press the “Enter” key to save your changes.
6. The text will now be displayed with a strikethrough effect.
Here is a table summarizing the steps for adding a strikethrough effect retroactively:
Step Action 1 Right-click on the message containing the text you want to strikethrough. 2 Select “Edit Message” from the context menu. 3 Place your cursor at the beginning of the text you want to strikethrough. 4 Press the “~” (tilde) key to add the strikethrough effect to the text. 5 Press the “Enter” key to save your changes. ~~Strikethrough Text~~
To strikethrough text in Discord, place two tildes (~) before and after the text you want to cross out, like this: ~~example~~.
Markdown Strikethrough Syntax
Alternatively, you can use Markdown syntax by enclosing the text in two pairs of asterisks, like this: ****example****. This results in the same strikethrough effect.
HTML Strikethrough Syntax
If you prefer HTML syntax, you can use the
tag to strikethrough text, like this:
.exampleTroubleshooting Strikethrough Problems
If you are having difficulty getting strikethrough to work, try these troubleshooting tips:
1. Ensure the Key Combination is Correct
Make sure you are using the correct key combination: two tildes (~) for strikethrough or four asterisks (*) for Markdown strikethrough.
2. Check for Syntax Errors
Review the syntax carefully to ensure there are no missing or extra characters. Ensure that the tildes or asterisks are correctly placed around the text.
3. Update Discord
Make sure you are using the latest version of Discord. Outdated versions may have bugs that prevent strikethrough from working properly.
4. Disable Markdown Parsing
If Markdown parsing is enabled, it may interfere with strikethrough formatting. Try disabling it in your Discord settings.
5. Use the Code Block Function
Enclose the strikethrough text in a code block by using three backticks (```) before and after the text. This ensures that Discord interprets the text as code and does not apply formatting rules.
6. Try Different Text Editors
If you are using a third-party text editor, try switching to the Discord built-in editor. Different editors may handle strikethrough syntax differently.
7. Restart Discord
Restarting Discord can sometimes resolve any temporary glitches that may be preventing strikethrough from working.
8. Clear Discord Cache
Clearing the Discord cache can remove any corrupted data that may be interfering with strikethrough formatting.
9. Check Server Permissions
Ensure that you have the necessary permissions on the server to use strikethrough formatting. Some channels may restrict the use of certain formatting options.
10. Check Discord Status
If all else fails, check the Discord status page to see if there are any ongoing issues with strikethrough formatting. If there are known problems, wait for Discord to resolve them.
How To Do A Strikethrough In Discord
To do a strikethrough in Discord, you can use the following markdown syntax:
~~text~~
This will produce the following result:
~~This is strikethrough text~~
People Also Ask
How do you do a strikethrough on Discord mobile?
To do a strikethrough on Discord mobile, you can use the following steps:
- Open the Discord app on your phone.
- Tap on the chat window where you want to add the strikethrough text.
- Type the text that you want to strikethrough.
- Place the cursor at the beginning of the text that you want to strikethrough.
- Tap on the "**" button in the bottom left corner of the screen.
- Select the "~~" option from the menu that appears.
- Tap on the "Send" button to send the message.
How do you do a strikethrough on Discord without markdown?
To do a strikethrough on Discord without markdown, you can use the following steps:
- Open the Discord app on your computer.
- Click on the chat window where you want to add the strikethrough text.
- Type the text that you want to strikethrough.
- Highlight the text that you want to strikethrough.
- Click on the "S" button in the top menu bar.
- Select the "Strikethrough" option from the dropdown menu that appears.
- Click on the "Send" button to send the message.
- You can also use the Markdown syntax