featurehelp wanted
Description
Dear,
Now we can activate Hugo's native syntax highlighting rather using highlight.js Hugo color my code before highlight.js render it, then highlight.js do again. I did this with Hugo 0.63.0
I disabled it by replacing static/js/highlight.min.js as
function EmptyHljs() {};
EmptyHljs.prototype.initHighlightingOnLoad = function(){};
But it looks weird, isn't it?
Thanks.