masaakim / code-dripper

Drip code blocks from the markdown file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-dripper Build Status

Drip code blocks from the markdown file.

Installation

$ npm install code-dripper

Usage

CLI

$ code-dripper sample.md

Node.js

var fs = require('fs')
var codeDripper = require('code-dripper')

var md = fs.readFileSync('./sample.md', 'utf-8')
codeDripper(md)

License

The MIT License (MIT)

Copyright (c) 2016 Masaaki Morishita

About

Drip code blocks from the markdown file

License:Other


Languages

Language:JavaScript 100.0%