0.0.9 • Published 7 years ago

@eigenjoy/remark-leanpub v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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)

Options

remark().use(leanpub, { preserveEmptyLines: false }).process(...)

License

MIT © Nate Murray

0.0.9

7 years ago

0.0.7

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago