metalsmith-metallic
A Metalsmith plugin to highlight code in Markdown files.
Installation
$ npm install metalsmith-metallic
Setup
Include a highlight.js theme somewhere in your templates.
Ex:
CLI Usage
Install via npm and then add the metalsmith-metallic
key to your metalsmith.json
plugin, like so:
Javascript Usage
var metallic = ; metalsmith;
License
MIT