document.addEventListener("turbolinks:load", function () { document.querySelectorAll('pre code').forEach(function (block) { if (window.hljs) { hljs.highlightBlock(block); } }); });