markdoc
markdoc copied to clipboard
Strikethrough not supported?
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~~).
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 .