Skip to content

mulyoved/metalsmith-remarkable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metalsmith-remarkable

A Metalsmith plugin to convert markdown files using remarkable.

(Copy & Paste from https://github.com/segmentio/metalsmith-markdown)

Installation

$ npm install git+https://github.com/mulyoved/metalsmith-remarkable.git

CLI Usage

Install via npm and then add the metalsmith-markdown key to your metalsmith.json plugins with any Marked options you want, like so:

{
  "plugins": {
    "metalsmith-remarkable": {
    }
  }
}

Javascript Usage

Pass options to the markdown plugin and pass it to Metalsmith with the use method:

var markdown = require('metalsmith-remarkable');

metalsmith.use(markdown({
}));

License

MIT

About

A Metalsmith plugin to convert markdown files using remarkable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published