2.0.3 • Published 7 years ago
metalsmith-metallic v2.0.3
metalsmith-metallic

A Metalsmith plugin to highlight code in Markdown files.
Installation
$ npm install metalsmith-metallicSetup
Include a highlight.js theme somewhere in your templates.
Ex:
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">CLI Usage
Install via npm and then add the metalsmith-metallic key to your metalsmith.json plugin, like so:
{
"plugins": {
"metalsmith-metallic": true
}
}Javascript Usage
var metallic = require('metalsmith-metallic');
metalsmith.use(metallic());License
MIT