markdown-sections

1.0.2 • Public • Published

markdown-sections

split a markdown file into #sections

Status

Frozen - expect only bug fixes, no api changes or new features.

Example

var sections = require('markdown-sections')
var fs       = require('fs')

var a = sections(fs.readFileSync('./README.MD'))

a.forEach(console.log)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i markdown-sections

Weekly Downloads

5

Version

1.0.2

License

MIT

Last publish

Collaborators

  • nopersonsmodules