1.1.1 • Published 3 years ago

metacolon v1.1.1

Weekly downloads
36
License
Apache-2.0
Repository
github
Last release
3 years ago

metacolon

parses RFC 822-style text files with headers and body

title: Hello World
format: markdown

lorem ipsum
dolor sit amet

Getting Started

$ npm install metacolon
let colonParse = require("metacolon");

colonParse("sample.md").then(({ headers, body }) => {
    // …
});

Contributing

  • ensure Node is installed
  • npm install downloads dependencies
  • npm test runs the test suite and checks code for stylistic consistency