0.0.4 • Published 10 years ago

woods-parsedown v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Woods Parsedown

Woods Parsedown is a sub-module of Woods.

It handles the parsing of markdown strings to an object literal with keys and values.

Key/value pairs are defined by a new line starting with:

keyname: this is a value
it can span over multiple lines

Parsing the former string will result in an object where object.keyname == 'this is a value\nit can span over multiple lines'

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago