I just updated to middleman-syntax 1.2.0 and the highlighting is much better, however the <pre>
block is no longer wrapped in a <div>
, so I lost the scrollbar when the code block is really wide. What options or additional code do I need to get this back?
For reference I’m using:
gem 'middleman-syntax', '~> 1.2.1'
gem 'redcarpet', '~> 2.2.2'