zacharyvoase / markdoc

A lightweight Markdown-based wiki system. Current status: abandoned.
http://markdoc.org/
The Unlicense
347 stars 74 forks source link

Strikethrough not supported? #34

Open inputsh opened 9 years ago

inputsh commented 9 years ago

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).

LiaungYip commented 9 years ago

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 .