21Oct/081
Code Tag Is Lame!
I had to post the last snippet of PHP code using the block quote tag, lame-o! Why you ask, because the <code> tag does not work as intended (yes, a feature). I inserted the opening <code> tag before the snippet and inserted the closing </code> tag at the end, duh.
What does WordPress do? WordPress does not know how to handle the closing </code> tag properly, so it appends it to the end of the first line of code (a comment no less). I tried it several different ways with the same lame-o result. Boo!

October 22nd, 2008 - 06:31
ya, I ran into this issue last time I tried to post some code. I tried to skew it five different way, but to no avail. Lame