There are two features of MMD I'm trying to get to in the node module - snippets and metakeys.
From the MMD docs on , it's these functions:
multimarkdown -s, multimarkdown --snippet
multimarkdown -m, multimarkdown --metadata-keys
My goal is to get an html snippet back with a json object containing the document's metadata keys so I can pass that all on to some template logic.
Any suggestions on how to accomplish this?
There are two features of MMD I'm trying to get to in the node module - snippets and metakeys.
From the MMD docs on , it's these functions:
multimarkdown -s, multimarkdown --snippet
multimarkdown -m, multimarkdown --metadata-keys
My goal is to get an html snippet back with a json object containing the document's metadata keys so I can pass that all on to some template logic.
Any suggestions on how to accomplish this?