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

이 게시물에 대한 링크, 예: Horizon Theme 같은 경우, 앞뒤에 ~ 두 개를 넣어서 취소선을 만들 수 없습니다.

일반 텍스트:

~~this is cancelled~~

결과:
this is cancelled


링크:

~~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__ 도 작동하지 않습니다 __https://meta.discourse.org/t/horizon-theme/360486/1__

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

~~[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
Horizon Theme
Horizon Theme

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

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

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

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