# Test for strikeout

**URL:** https://boards.straightdope.com/t/test-for-strikeout/1022926
**Category:** About This Message Board
**Created:** [September 11, 2025, 1:32am UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926 "2025-09-11T01:32:00Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![smithsb](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/smithsb/32/12107_2.png) [@smithsb](https://boards.straightdope.com/u/smithsb)
#### Post date: [September 11, 2025, 1:32am UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/1 "2025-09-11T01:32:00Z")

</div>

deleted

---

<div class="post-metadata">

### Author: ![What\_Exit](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/what_exit/32/10652_2.png) [@What\_Exit](https://boards.straightdope.com/u/What_Exit)
#### Post date: [September 11, 2025, 1:33am UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/2 "2025-09-11T01:33:06Z")

</div>

~~test~~

Use \< \> not []

---

<div class="post-metadata">

### Author: ![crowmanyclouds](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/crowmanyclouds/32/19884_2.png) [@crowmanyclouds](https://boards.straightdope.com/u/crowmanyclouds)
#### Post date: [September 11, 2025, 1:40am UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/3 "2025-09-11T01:40:24Z")

</div>

` ~~Markdown~~ `  
`<s>HTML</s>`  
`[s]BB Code[/s]`

---

<div class="post-metadata">

### Author: ![Spiderman](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/spiderman/32/230_2.png) [@Spiderman](https://boards.straightdope.com/u/Spiderman)
#### Post date: [September 12, 2025, 5:29pm UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/4 "2025-09-12T17:29:54Z")

</div>

can also use two tildes both before & ~~after~~

---

<div class="post-metadata">

### Author: ![Atamasama](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/atamasama/32/12961_2.png) [@Atamasama](https://boards.straightdope.com/u/Atamasama)
#### Post date: [September 12, 2025, 5:31pm UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/5 "2025-09-12T17:31:23Z")

</div>

~~Tilde test.~~

Ooh, that’s cool.

---

<div class="post-metadata">

### Author: ![Kron](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/kron/32/12444_2.png) [@Kron](https://boards.straightdope.com/u/Kron)
#### Post date: [September 12, 2025, 5:37pm UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/6 "2025-09-12T17:37:39Z")

</div>

That’s what @crowmanyclouds was demonstrating above; the three formats you can use to achieve the effect.

---

<div class="post-metadata">

### Author: ![Atamasama](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/atamasama/32/12961_2.png) [@Atamasama](https://boards.straightdope.com/u/Atamasama)
#### Post date: [September 12, 2025, 5:40pm UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/7 "2025-09-12T17:40:59Z")

</div>

Yeah, it’s just that I was already familiar with the “s” tags, I didn’t realize the tildes were an actual way to do the markdown. It just looked like a title. That’s one of the risks of too much brevity I guess.

So the tildes operate the same way asterisks do (when they make text bold or italic).

Does one tilde do anything?

~Nope.~

Oh well. I thought maybe it would do an underline, that would be a logical progression.

---

<div class="post-metadata">

### Author: ![Kron](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/kron/32/12444_2.png) [@Kron](https://boards.straightdope.com/u/Kron)
#### Post date: [September 12, 2025, 5:45pm UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/8 "2025-09-12T17:45:21Z")

</div>

Markdown doesn’t normally support underlined text; you’ll have to use HTML tags for that.

```auto
<u>underline</u>

```

---

<div class="post-metadata">

### Author: ![BigT](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/bigt/32/12044_2.png) [@BigT](https://boards.straightdope.com/u/BigT)
#### Post date: [September 16, 2025, 11:01pm UTC](https://boards.straightdope.com/t/test-for-strikeout/1022926/9 "2025-09-16T23:01:06Z")

</div>

Interesting. Discord markdown uses double underlines, but here that’s just another way to make bold.
