It occurred to me that someone probably already solved the problem of WordPress’s crappy handling of pasted code in posts. I found WP-syntax which does just that, so I’ve been going through and wrapping code chunks in the proper tags. The “<code>” tag is a total waste, and when I tried pasting in a chunk of XML in a recent post, everything looked like crap. So here’s to syntax highlighting.