LnLsn
Results
1
comments of
LnLsn
Hi! I am using **highlightjs** in my website built with org-page. My solution was reduce `main.js` to: ``` js $(document).ready(function() { $('pre').each(function(i, block) { var self = $(this); self.removeAttr('class'); self.html(''...