Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/sharkdown/
Upload File :
Current File : //etc/kibana/node_modules/sharkdown/example.js

var shark = require('./'),
    fs = require('fs');

fs.createReadStream('README.md').pipe(shark()).pipe(process.stdout);
// console.log(shark(fs.readFileSync(('README.md'))));