markdoc icon indicating copy to clipboard operation
markdoc copied to clipboard

Strikethrough not supported?

Open inputsh opened this issue 11 years ago • 1 comments

Even though there is an option in Markdown (presented in February 2014) to strike through the text, it seems that markdoc is not supporting it currently.

So:

~~text~~

should return the text with a strike through (~~like this one~~).

inputsh avatar Dec 20 '14 03:12 inputsh

markdoc uses Python-Markdown to process markdown, therefore this issue is with Python-Markdown, not markdoc.

In fact, this issue was already raised with Python-Markdown but rejected. See https://github.com/waylan/Python-Markdown/issues/221 .

LiaungYip avatar Jan 26 '15 01:01 LiaungYip