Don't colorize PRE tags?

See this example:

Newsblur seems to colorize, as if it was some particular language’s source code, all

 tags.  This ends up ugly and hard to read in all cases for me.  Please don’t do this?

I like the automatic colorization of code. The fix for this is pretty easy. Just add the following to your Custom CSS (Manage > Account > Custom CSS)

pre {
    color: black !important;
}
1 Like