How To Strike Out Words In Discord

12.09.2019
  1. How To Strike Out Words In Discord

Discord supports Markdown and uses highlight.js to highlight code-blocks. Some programming languages have specific color outputs from highlight.js and can be used to mimic colored output. Some programming languages have specific color outputs from highlight.js and can be used to mimic colored output. Does Markdown have a way to express strikeout? Ask Question 108. Several comments pointed out that using strikethrough in comments is possible. Not handy, since isn't supported yet, but actually possible (using unicode characters). Is there a way to strike out text in comments?

Using HTML tags is supposed to work with GitHub Markdown but, in particular, <s>text</s> is not working for me. It used to work on the now deprecated live preview page, but not on preview of README.md file. It works on wikis. I didn't find any special syntax for strikethrough on the Markdown: Syntax page.

Is it not possible?

ale
42.8k25 gold badges115 silver badges256 bronze badges
Discord strike outNevenaNevena
1,8912 gold badges11 silver badges6 bronze badges

migrated from superuser.comMay 1 '11 at 16:47

Discord line through text

This question came from our site for computer enthusiasts and power users.

4 Answers

Ian Greenleaf YoungIan Greenleaf Young
4,8841 gold badge11 silver badges3 bronze badges

I just used the following syntax

<del> .. </del>

successfully on GitHub in an issue description.

bit-piratebit-pirate
1,3111 gold badge8 silver badges3 bronze badges

I know this is an old question, but I don't see a very detailed answer of the possibilities to strikethrough your text. So here's my answer:

There are several ways to do it:

  1. <strike>stike</strike>strike
  2. <del>strile</del>strike
  3. <s>strike</s>strike
  4. ~~strike~~ → ~~strike~~
  5. ~strike~ → ~strike~

Because tildes don't work on Stack Exchange (later: SE) platforms, the HTML syntax is the most correct way to strike your text. This syntax is a little 'hack' to do the same thing instead of the markdown notations.

Because there is no universal notation for markdown text, the notations may be different for each platform. Here is an overview for several platforms:

  • On Slack, you must use a single tilde
  • On GitHub, you can use all notations
  • On SE platforms you must the HTML syntax notations, as said above.

The GitHub Flavored Markdown only mentions that you can use double tilde, but you can use everything.

H. PauwelynH. Pauwelyn

Just use ~ to enclose whatever you want to strike.

Here's a GIF.

Just use ~ character at the start and the end in markdown.

~strike~

How To Strike Out Words In Discord

Ahmad AwaisAhmad Awais

Not the answer you're looking for? Browse other questions tagged markdowngithub or ask your own question.

Related Articles

  • 1 Enter a Subscript in Excel
  • 2 Delete Saved Words on an HTC Desire
  • 3 Open an ODT File in MS Word
  • 4 Keep the Active Cell in Excel

Microsoft Excel contains a variety of formatting options you can use to change how words and other text appears in a cell. In addition to the standard bold, italic and underline buttons that appear on the ribbon, Excel can add a strikethrough effect, which makes words appear crossed out. You can access the strikethrough effect and other font formatting options that don’t appear on the ribbon from the Format Cell Font dialog box.

1.

Select the words you want to cross out. Select an entire cell by clicking it in the spreadsheet. Select specific words inside a selected cell by clicking in the formula bar and dragging your mouse to the right or left to select the words.

2.

Click the “Home” tab on the ribbon at the top of the Excel window.

3.

Click the small arrow to the right of Font on the ribbon to open the Format Cell Font dialog.

Fl studio producer edition download. Installer download for FL Studio 32bit / 64bit One installer for full & trial. The TRIAL version, this is equivalent to FL Studio Producer Edition + All Plugins Bundle. Low prices on FL Studio 20 Producer Edition (Download) - enjoy the lowest prices, great selection, valuable bundles, and free shipping. Available now as download or box. Only from an. FL Studio Producer Edition includes over 80 instrument and effect plugins covering automation, sample.

4.

Click the “Strikethrough” check box under Effects in the Format Cell Font dialog.

Tip

  • Select multiple cells by pressing and holding the “Alt” key on your keyboard as you click each cell. You can also select an entire row or column of cells by clicking the row or column heading at the left side or top of your spreadsheet.

References (1)

About the Author

Chris Hoffman is a technology writer and all-around tech geek who writes for PC World, MakeUseOf, and How-To Geek. He's been using Windows since Windows 3.1 was released in 1992.

Cite this Article
Choose Citation Style
Hoffman, Chris. 'How to Cross Words Out in Excel.' Small Business - Chron.com, http://smallbusiness.chron.com/cross-words-out-excel-29976.html. Accessed 06 July 2019.
Hoffman, Chris. (n.d.). How to Cross Words Out in Excel. Small Business - Chron.com. Retrieved from http://smallbusiness.chron.com/cross-words-out-excel-29976.html
Hoffman, Chris. 'How to Cross Words Out in Excel' accessed July 06, 2019. http://smallbusiness.chron.com/cross-words-out-excel-29976.html
Note: Depending on which text editor you're pasting into, you might have to add the italics to the site name.
Comments are closed.