Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates.

Onelink is an experimental link-in-bio tool built with Nuxt 3 where profile data lives in the URL as a base64 query parameter – no database required.

Bootstrap popover extended with modal properties and more.

FOSS version of 'Happiness Jar', built with Next.js and Chakra UI. Application is live!

A self-hosted editor and note taking app.
eleventy-plugin-syntaxhighlight is a pack of build-time syntax highlighting plugins for the Eleventy static site generator, converting code blocks in Markdown, Liquid, and Nunjucks templates into highlighted HTML with zero client-side JavaScript.
This plugin pack is part of the Eleventy (11ty) ecosystem and performs syntax highlighting entirely during the static build process. It takes code blocks written in Markdown, Liquid, or Nunjucks templates as input and outputs highlighted HTML that is ready to be served directly to browsers. The repository is documented in full on 11ty.dev, and its GitHub metadata describes it as "a pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates." Because the transformations happen at build time, visitors never need to download or execute a syntax highlighting library on the client.
Yes. All highlighting is performed at build time, so the output HTML is fully styled and does not require any client-side JavaScript to display syntax colors.
The plugin pack supports Markdown, Liquid, and Nunjucks templates, the three main formats used in Eleventy projects.
The complete documentation is available on the official Eleventy website at 11ty.dev/docs/plugins/syntaxhighlight/.
