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?
alemigrated from superuser.comMay 1 '11 at 16:47
This question came from our site for computer enthusiasts and power users.
4 Answers
Ian Greenleaf YoungIan Greenleaf YoungI just used the following syntax
<del> .. </del>
successfully on GitHub in an issue description.
bit-piratebit-pirateI 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:
<strike>stike</strike>
→strike<del>strile</del>
→strike<s>strike</s>
→strike~~strike~~
→ ~~strike~~~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.
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
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