0.1.0 • Published 9 years ago
match-block v0.1.0
match-block
Match multiple code blocks
Installation
$ npm install --save match-blockUsage
const match = require('match-block');
match('```foo bar```') // foo barAPI
match(source, nested)
Match text between block
Returns: String
| Parameter | Type | Description |
|---|---|---|
| nested | Boolean | Parse nested blocks |
License
MIT © Sean Wilson
0.1.0
9 years ago