| Current Path : /etc/kibana/node_modules/sharkdown/ |
| 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'))));