Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#styling-text
strikethrough
What part(s) of the article would you like to see updated?
Strikethrough | ~~ ~~ | None | ~~This was mistaken text~~ | This was mistaken text
-- | -- | -- | -- | --
Additional information
Accoding to GFM both single tilde ~ and double tilde ~~ are valid strikethrough markers,
Why don't we mention abnout single tilde ~ in the github docs?
~Sample single tilde~
~~sample double tilde~~
Output
Sample single tilde
sample double tilde
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#styling-text
strikethroughWhat part(s) of the article would you like to see updated?
Strikethrough | ~~ ~~ | None | ~~This was mistaken text~~ | This was mistaken text -- | -- | -- | -- | --Additional information
Accoding to GFM both single tilde
~and double tilde~~are valid strikethrough markers,Why don't we mention abnout single tilde
~in the github docs?Output
Sample single tildesample double tilde