typelevel.github.com
typelevel.github.com copied to clipboard
Render Pygments in an RSS-reader-friendly way
trafficstars
As noted in #148, RSS readers don't handle code blocks correctly; most likely this is due to their reference to CSS classes that don't exist in the RSS output. Can we output a "CSS-free" version of the code blocks for RSS, or somehow include the relevant CSS in a way understood to RSS readers?

Is that still a problem? My feed reader just displays the code blocks as verbatim blocks without highlighting.