Skip to content

maizzle/starter-prismjs

Repository files navigation

Maizzle Maizzle

Syntax highlighting in HTML email with PrismJS

About

This is the repo for the How to add PrismJS syntax highlighting to HTML emails Maizzle guide.

Result preview

Getting Started

Install the Maizzle CLI:

npm install -g @maizzle/cli

Scaffold a new project with this starter:

maizzle new prismjs

Alternatively, you may clone this starter directly:

# remember to install dependencies with `npm install`
npx degit maizzle/starter-prismjs

Development

Start a local development server:

npm run dev

Build for production:

npm run build

Maizzle documentation is available at https://maizzle.com