
How to Implement Prism.js for Code Highlighting in Next.js: A Step-by-Step Guide
Prism.js is a beautiful and lightweight syntax highlighting library for the modern web. In this...
Tag archive

Prism.js is a beautiful and lightweight syntax highlighting library for the modern web. In this...

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind....

This website is an ongoing project. It's not perfect, and it never will be; in fact, as you search th...
Code snippets are a key part of writing for any developer. In this post, I am going to walk you thr...

With Vue 3 released, there will be many libraries running into port their vue 2 projects into vue 3....
This article show how PrismJS can be used to highlight code via console.log
Different the basic and highlighted code block: Here is the basic HTML code block; yarn...
How to set up PrismJS with Phoenix (and configure it to play nicely with Earmark)
I recently implemented PrismJS for code highlighting in GatsbyJS . Since there weren’t that many post...