metalsmith-metallic

2.0.3 • Public • Published

metalsmith-metallic travis status npm version

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:

<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

Package Sidebar

Install

npm i metalsmith-metallic

Weekly Downloads

485

Version

2.0.3

License

MIT

Unpacked Size

13.5 kB

Total Files

19

Last publish

Collaborators

  • weswigham