Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

markdown-page

Parse a markdown article or page.

markdown, potter, blog, documentation, docs

readme

Node.js - markdown-page

Parse a markdown article or page.

Why?

I wanted to be able to easily manipulate Markdown files for blogging purposes. This module could be the basis of a static blog generator.

Installation

npm install markdown-page

Example

Very unstable API. See tests.

License

(MIT License)

Copyright 2012-2013, JP Richardson jprichardson@gmail.com

changelog

0.2.1 / 2013-07-19

  • fixed bug if metadata had a : in it

0.2.0 / 2013-05-16

  • if title is not present, writeFile() will not error anymore
  • spaces as delimiters for tags is now forbidden

0.1.2 / 2013-02-16

  • Fixed deserialize bug on one tag. Added tests.

0.1.1 / 2013-01-31

  • add genOutput() method

0.1.0 / 2013-01-23

  • Fixed null body bug.
  • Updated deps.

0.0.5 / 2012-11-08

  • Bug fix on publish metadataConversion method.

0.0.4 / 2012-11-08

0.0.3 / 2012-11-04

  • Bug fix: added highlight dependency.

0.0.2 / 2012-10-30

  • Added parsing of tags and publish on page metadata

0.0.1 / 2012-10-30

  • Initial release.