@fullstackio/remark-leanpub

6.0.9 • Public • Published

remark-leanpub

remark plug-in to process leanpub markdown

NOTE: for now it is a hack that mostly strips things rather than handling them accurately

Installation

npm:

npm install remark-leanpub

Usage

Dependencies:

var remark = require('remark');
var leanpub = require('remark-leanpub');

Process:

var doc = remark().use(leanpub).process([
  ''
].join('\n'));

Yields:

API

remark.use(leanpub)

License

MIT © Nate Murray

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @fullstackio/remark-leanpub

Weekly Downloads

39

Version

6.0.9

License

MIT

Unpacked Size

8.55 kB

Total Files

4

Last publish

Collaborators

  • eigenjoy
  • fullstackio