match-block
v0.1.0
Published
Match multiple code blocks
Readme
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
