I just updated my laptop, and with that came a new version of Jekyll.
When I now build the website, all the html are not changed by this similar change: -<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BrokerService brokerService = new BrokerService(); +<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>BrokerService brokerService = new BrokerService(); I don't see a big deal, but later on.. if someone builds with an earlier version of jekyll, that change will be reverted and we will keep on a ping pong. So the question is.. how to enforce a minimal version of Jekyll? and should we do that? WDYT? -- Clebert Suconic