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