Tag Archives: php

How to remove highlight source pro markup from wordpress feeds

A few weeks ago I set out to redesign my blog, and in the process, one thing I wanted to accomplish was creating a way to present code in a “pretty print” kind of way on the webpage. My 4 requirements were:

monospace font
syntax highlighting
include line numbers as needed
optionally be valid html and semantically correct

Luckily [...]