gitbook-plugin-scrollablecode
v0.1.0
Published
GitBook plugin - make code blocks horizontally scrollable
Downloads
7
Readme
gitbook-plugin-scrollablecode
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", ... ]
}