Re: The <pre> element

I'm afraid you're correct, Jens. I think a long time ago you could just use <pre>, but either it changed or my memory is faulty. (Couldn't be!)

Thanks,

Mike

On Dec 3, 2015, at 5:45 PM, Jens Oliver Meiert <jens@meiert.com> wrote:

>> <pre>
>> <code> <h2>H2</h2> </code>
>> </pre>
> 
> For what you seem to want achieve, you still need to escape the code:
> 
> <pre><code>… &lt;h2&gt;H2&lt;/h2&gt; …</code></pre>
> 
> -- 
> Jens Oliver Meiert
> http://meiert.com/en/
> 
> ✎ On Web Development: http://meiert.com/webdev

Received on Friday, 4 December 2015 03:45:58 UTC