Tag: highlightjs

  • How to Use Highlight.Js with Bower and Gulp

    One of the best libraries I’ve seen for syntax highlighting on the web is highlight.js, IMHO. The catch to using the library is that it takes a bit more effort to setup than just adding a script tag and being done with it. In this post, I’ll walk you through the steps I took to…