Using code highlighting with Squarespace

To be able to present tech articles, first you need proper information display. In the development world, this means neat code highlighting.

Squarespace does provide code highlighting out of the box for a few languages such as html, css, javascript, but that’s pretty much it. So, we needed something a bit more powerful here, for example prismjs.

I found an excellent article among others, and decided to give it a go, until I stumbled upon hurdles. So I am going to re-explain the article with an up-to-date opinion.

Read More