JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
44.98k stars 5.42k forks source link

[feature request] Add strikethrough (~~) to Markdown #34898

Open kescobo opened 4 years ago

kescobo commented 4 years ago

Several implementations of markdown have the ability to format strikethrough text like this (~~like this~~). See eg here and here. The HTML tag appears to be <s> or <del>.

Counterpoint - it doesn't seem to be in the main markdown spec. I know there are a billion markdown flavors, and I can understand wanting to stick to the basic one. See more discussion on Stackexchange here.

clarkevans commented 4 weeks ago

This would be valuable to us. In Pluto Notebooks we get cohort inclusion/exclusion criteria from our medical researchers, to let us know which patients are part of their study. We wish to acknowledge the request of a particular criteria, but that this criteria must be implemented via manual chart review since there is no automated mechanism to do it. The strikethrough markdown seems the best way to accomplish this.