This is a test post with some ruby code in it.
def show
@product = Product.find(params[:id])
end
def new
@product = Product.new
end
I used the Google SyntaxHighlighter
Here is an even better example of this in use: http://www.nullable.se/past/2007/12/12/syntax_highlighting_in_posts/