0.1.0 • Published 10 years ago

pipedown v0.1.0

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

pipedown

pipedown is a transform stream wrapper around the marked Markdown parser/compiler. It lets you to pipe in arbitrary Markdown and read out the generated HTML.

current version: 0.1.0

Build status

Install

npm install pipedown

Example

var pipedown = require('pipedown')({
  // options: https://github.com/chjj/marked#usage
})

process.stdin
  .pipe(pipedown)
  .pipe(process.stdout)

License

MIT

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago

0.0.0

11 years ago