Skip to content

A transform stream wrapper around the “marked” Markdown parser/compiler.

Notifications You must be signed in to change notification settings

michaelrhodes/pipedown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A transform stream wrapper around the “marked” Markdown parser/compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published