today I played around a little bit with Tumblr. I tried to add a preformatted text into a description paragraph block like so:
{block:Description}
<p id="description">{Description}</p>
{/block:Description}
However, the <pre>
element gets rendered just after the <p>
element and not within it which was my intention.
Am I doing something wrong here or is it a bug?