Inline elements and contentEditable

by achudars

HTML

<pre><code contentEditable>Select this text and paste it in here again</code></pre>

CSS

code {
    outline: 1px solid red;
    display: block;
}