I've been using <s> to put strikeout in posts -- is there a markdown way of doing it?

Seems like -[Text here] would make sense hehe :)

share|improve this question

2 Answers

up vote 9 down vote accepted

Yes.         No.         Maybe so.

This means that comments may not include strikeouts.

share|improve this answer
So in other words, the answer is no, there is no markdown way of expressing it. :*( – Billy ONeal Sep 7 '10 at 19:26
1  
I <s>love</s> hate StackExchange comments :P (And their lack of ability for me to use strikeout) – Billy ONeal Sep 7 '10 at 19:30
2  
@svnpenn - "Happiness and the absurd are two sons of the same earth. They are inseparable." Albert Camus – Peter Ajtai Jun 14 '12 at 17:00

<del> also works. As you can see here. It might be more semantically correct, especially if you include the "datetime" attribute.

share|improve this answer
1  
It might be more semantically correct. I often use strikeout to denote done items, so in that case the semantic is different than "deleted". But you are right, in some case <del> is semantically more accurate. – Alessandro Vernet Jul 16 '12 at 16:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged