This is more of a suggestion towards Tristan (sorry, I don't have access to my email right now). Would it be possible to change the current CSS class for the code that's posted? Just so it's a tad easier to tell what's code and what isn't. Maybe a very subtle background color change as well as a slight indentation? Thanks.
So maybe change:
`code { font: 1.0em Monaco, 'Courier New', monospace; }`
to something like:
`code { font: 1.0em Monaco, 'Courier New', monospace; background-color: #E4F3E1; margin: 0 10px;}`