markdown-to-json
Version:
Extracts YAML front matter from markdown files to a single JSON string or file.
17 lines (16 loc) • 375 B
JSON
{
"bellflower": {
"title": "Bellflower",
"author": "guy",
"date": "2012-07-23T00:00:00.000Z",
"template": "article.jade",
"tags": [
"crab",
"rose",
"bells"
],
"preview": "How strange are those old recollections which haunt us without our …",
"iso8601Date": "2012-07-22T17:00:00-07:00",
"basename": "bellflower"
}
}