Replies: 2 comments 1 reply
-
|
Thanks for reporting the issue @GLeeSC
It looks like the preview is working as expected in my case, but the coding surface is showing strikethrough on a single |
Beta Was this translation helpful? Give feedback.
-
|
The behavior you see is not part of the official Markdown spec - strikethrough is only activated with a double pair of tildes ( Until the renderer is fixed you can work around it by: \~8/10 orgs # escape the tilde
or
`~8/10 orgs` # inline codeIf you’re consistently seeing this issue, let the Phoenix team know. They can patch the regex or add an option to disable the “tilde → strike” shortcut in the settings. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone else experienced an issue with markdown files (.md) and single tildes triggering strikethrough?
I believe that in Markdown, a double tilde (~~) should trigger this.
I am reviewing a file right now, and have this in the file:
"~8/10 orgs".
When I have Phoenix show me the file, the sentence is struck through until the next tilde is encountered despite this being a single tilde.
I think this is a bug?
Running Phoenix Code 5.1.24 (not Pro version), MacBook Pro (Apple M2) and Tahoe 26.5.1.
I copied and pasted the text into other .MD file rendering apps and no strikethrough was seen.
Beta Was this translation helpful? Give feedback.
All reactions