eleventy-plugin-syntaxhighlight is a collection of Eleventy plugins designed to provide syntax highlighting functionality. Unlike many syntax highlighting plugins, eleventy-plugin-syntaxhighlight does not rely on browser or client-side JavaScript. Instead, all syntax highlighting transformations are performed at build-time. This allows for more efficient and lightweight rendering.
11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.