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:
As for me, using the latest and greates Jekyll & highlighter releases, this nailed the issue:
/* Make code block overflow */ .highlight pre { display: inline-block; }