# 링크 앞뒤에 티ル드 2개를 추가해도 취소선이 적용되지 않음

**URL:** https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472
**Category:** Support
**Tags:** markdown
**Created:** [2월 8, 2026, 1:29오후 UTC](https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472 "2026-02-08T13:29:11Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2월 8, 2026, 1:29오후 UTC](https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472/1 "2026-02-08T13:29:11Z")

</div>

이 게시물에 대한 링크, 예: [Horizon Theme](https://meta.discourse.org/t/horizon-theme/360486) 같은 경우, 앞뒤에 `~` 두 개를 넣어서 취소선을 만들 수 없습니다.

일반 텍스트:

```plaintext
~~this is cancelled~~

```

결과:  
~~this is cancelled~~

* * *

링크:

```plaintext
~~https://meta.discourse.org/t/horizon-theme/360486/1~~

```

결과:  
~~[https://meta.discourse.org/t/horizon-theme/360486/1~~](https://meta.discourse.org/t/horizon-theme/360486/1~~)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [2월 8, 2026, 1:39오후 UTC](https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472/2 "2026-02-08T13:39:17Z")

</div>

문제는 링크 뒤에 붙은 `~~`가 링크와 분리되어 있지 않다는 것입니다. 이것이 링크의 일부인지 서식의 일부인지를 판단하기가 어려울 수 있습니다.

` __https://meta.discourse.org/t/horizon-theme/360486/1__ ` 도 작동하지 않습니다 \_\_[https://meta.discourse.org/t/horizon-theme/360486/1\_\_](https://meta.discourse.org/t/horizon-theme/360486/1__)

대신 다음 중 하나를 사용할 수 있습니다

```plaintext
~~[Horizon Theme](https://meta.discourse.org/t/horizon-theme/360486/1)~~
[s]https://meta.discourse.org/t/horizon-theme/360486/1 [/s]
<s>https://meta.discourse.org/t/horizon-theme/360486/1 </s>

```

~~[Horizon Theme](https://meta.discourse.org/t/horizon-theme/360486/1)~~  
 [Horizon Theme](https://meta.discourse.org/t/horizon-theme/360486/1)   
~~[Horizon Theme](https://meta.discourse.org/t/horizon-theme/360486/1)~~

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [2월 8, 2026, 1:39오후 UTC](https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472/3 "2026-02-08T13:39:58Z")

</div>

이것은 버그가 아닙니다. 인라인 링크가 해석되지 않도록하려면 다음과 같이 각괄호를 사용해야 합니다:

` ~~<https://meta.discourse.org/t/horizon-theme/360486/1>~~ `

~~[https://meta.discourse.org/t/horizon-theme/360486/1](https://meta.discourse.org/t/horizon-theme/360486/1)~~

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2월 8, 2026, 1:46오후 UTC](https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472/4 "2026-02-08T13:46:15Z")

</div>

와, 음… 2가지 해결책 👀? @moin 과 @lilly 님 감사합니다. 문제가 해결되었습니다.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [2월 8, 2026, 4:38오후 UTC](https://meta.discourse.org/t/adding-2-tildes-before-after-link-does-not-strike-it-out/395472/5 "2026-02-08T16:38:26Z")

</div>


