PDA

View Full Version : pixelpost.org <code> in templates/addons pages doesn't work


robackja
03-29-2009, 04:38 AM
http://www.pixelpost.org/extend/templates/the-world-in-35mm/

I tried to add some monospace <code> stuff to my template description. The <code></code> are placed around the text, but it doesn't format properly.

Safari 4beta and Firefox 3 on Mac OSX.

jaywilliams
03-30-2009, 02:07 AM
try using <pre><code> </code></pre>

robackja
03-30-2009, 02:03 PM
doesn't work, the <pre>'s are striped from the output. I put

<pre><code> ... </code></pre>

output on the pixelpost.org is

<code> ... </code>


This all worked before, something changed on pixelpost.org side (i'm thinking). I previously used the backticks (`) markdown around the code and it formatted correctly...

jaywilliams
03-30-2009, 03:54 PM
Thanks for the reply Robackja!

I changed the CSS a while back, that probably messed up your previous formatting, but I wasn't aware that Extend was stripping out <pre> tags. I've adjusted the filter to allow them now, so you should be good to go! Just do a refresh and you should see the change.