document.querySelectorAll('pre code').forEach((block) => {
  // eslint-disable-next-line no-undef
  hljs.highlightBlock(block);
});
