Is it possible to use horizontal scrolling rather than text wrapping in a code section highlughted with pygments when working in Jekyll.
Source of document:
I was using Jekyll and Twitter Bootstrap, and the following is what worked for me in the end:
.highlight pre { word-wrap: normal; } .highlight pre code { white-space: pre; }