Is there any way to use <del> inside a formatted code block, or around the whole code block? I would like to emphesize that that code snippet is NOT the way to go, or use the traditional instead this code use this code logic.

It is only one line of code, so I can create almost the same layout using inline formatting around the code, but block formatting would be much nicer.

(Ps: I know del is an inline element but hey, here comes HTML5. Tag soup is in season again. :)

link|improve this question

Please don't do this in a code block. That's the whole point of a code block. Leave your diffs to your code repository. – The Establishment Apr 16 '11 at 12:26
@Cody I can imagine legitimate uses. – vbence Apr 16 '11 at 13:34
feedback

1 Answer

up vote 6 down vote accepted
DEL
<pre><code><del>DEL</del></code></pre>
link|improve this answer
Thanks! Somehow I have not tried <pre>. – vbence Apr 16 '11 at 11:33
feedback

You must log in to answer this question.

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