**NOTE: No longer needed with GitBook 1.0 **
Simple plugin to GitBook to disable word wrap in code blocks.
You can install it via npm:
$ npm install gitbook-plugin-multipart
And use it in your book by updating the list of plugins in your book.json
file:
{
"plugins": [ ..., "scrollablecode", ... ]
}