[Google General] google-code-prettify のコードハイライトを無効にする方法

小ネタ。

[markdown]
このブログの `

` で [google-code-prettify](https://github.com/google/code-prettify) を利用しているのですが、コマンドの実行結果を掲載する場合にも不正なハイライトが有効になってしまい困っていました。
なんと `prettyprinted` class を付与すれば、無効化できました。
画像の左の状態が、右の状態に。

```html

 ```

> [pretty print - How to disable code highlighting for google code prettify? - Stack Overflow](http://stackoverflow.com/questions/20792692/how-to-disable-code-highlighting-for-google-code-prettify)
[/markdown]