0.1.0 • Published 8 years ago

medium-parser v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

medium-parser

A simple parser for Medium (html) into Markdown.

Example usage

npm install medium-parser

then

var parse = require('medium-parser');

var post = parse(htmlAsString);
/*
  post == {
    title: 'Post title',
    markdown: '# Markdown\nAs string...',
  }
*/

License

MIT http://gunar.mit-license.org

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago