If you need a reference, this is where I got to notice the issue. I'm not sure this should be posted as a new question, and I understand the preview not matching the post is a very well known issue, but since the last bug I posted was welcomed, I'll try this one as well.

The thing is:

The only way I could have a good result with the <del> was by opening and closing it without any Carriages-Return in between both.

If you set a <del> without closing it, it looks good on the preview, but bad on the final post.

If you put the <del> and close it, it's still messed up unless you do it all in 1 line.

I think it should work with just 1 opening and closing tag for the whole portion I want to, but it just doesn't. Also I think this isn't actually a markdown issue, but it's at least related.

link|improve this question

1  
The same thing occurs with <sup> and <sub>. – perbert Mar 26 '10 at 19:41
feedback

1 Answer

up vote 2 down vote accepted

I see what you mean.

As a workaround, use <strike> instead of <del>. As you can see in the code below (hit view source in the revision history) I've opened a strike tag before the text body, and closed it afterwards.

When I do the same with del tags, it mushes all the paragraphs together. Perhaps del tags only apply within p tags and can't encompass multiple p tags.


edit: reference to the comments.

Adding to Spiff's answer, (...)

From experience, (...)

This also used to happen (...)

Things are not so simple (...) (...link...).

As a side-note, (...) (...link...)

link|improve this answer
Should I make the question a CW in bug reports? By the way, great workaround! That's exactly what I meant. – Cawas Mar 28 '10 at 23:41
@Cawas: no, i only made my post CW so it wouldn't generate rep... – quack quixote Mar 28 '10 at 23:52
what's wrong with generating rep? – Cawas Mar 29 '10 at 0:23
@Cawas: nothing. you're welcome to all the rep you can get. i'm welcome to set a post CW if i don't want rep. – quack quixote Mar 29 '10 at 0:46
aight, just to make sure. Thanks again. ;) – Cawas Mar 29 '10 at 1:05
feedback

You must log in to answer this question.

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