I'm using the script hosted here:
When I try to increase the version of highlight.js above 8.3, the script breaks because hljs is no longer exposed.
Compare
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js
I tried to fix this by:
Is there another way to fix this? Worst case is to write a custom js file... but ideally I don't have to do that.
Fixed at TM beta 4.4.5549. Thanks for your bug report.
Most helpful comment
Fixed at TM beta 4.4.5549. Thanks for your bug report.