fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
464 stars 155 forks source link

Strikethrough markdown syntax not supported #350

Closed blumu closed 5 years ago

blumu commented 8 years ago

The following strikethrough syntax ~~FOO~~ with double tildes is not currently supported.

tpetricek commented 8 years ago

Is this a standard Markdown syntax? I had a quick look at CommonMark and that does not seem to do this: http://spec.commonmark.org/dingus/?text=foo%20~~bar~~%20ggg

That said, we could still add this feature, it looks pretty sensible :)

blumu commented 8 years ago

It's supported in github markdown syntax. Not sure about CommonMark.

-----Original Message----- From: "Tomas Petricek" notifications@github.com Sent: ‎11/‎2/‎2015 14:14 To: "tpetricek/FSharp.Formatting" FSharp.Formatting@noreply.github.com Cc: "William Blum" william.blum@gmail.com Subject: Re: [FSharp.Formatting] Strikethrough markdown syntax not supported(#350)

Is this a standard Markdown syntax? I had a quick look at CommonMark and that does not seem to do this: http://spec.commonmark.org/dingus/?text=foo%20~~bar~~%20ggg That said, we could still add this feature, it looks pretty sensible :) — Reply to this email directly or view it on GitHub.

matthid commented 8 years ago

<s>test</s> does work and is compatible with CommonMark. However I think a PR would be accepted if someone wants it badly :)

dsyme commented 5 years ago

Closing as there is a workaround and no PR was made