This is similar to a consolidate.js engine, but for parsing. Works with [assemble][], [verb][], [generate][], [update][], express.js, parser-cache, or any application with similar conventions.
var parser = require('{%= name %}');
{%= apidocs("index.js") %}
Returned file
objects have the following properties (no other properties are modified on the given file):
data
: data from parsed front mattercontent
: the content string, excluding front-matter (assemble compatibility)contents
: the content string as a buffer, excluding front-matterorig
: the original content string with front-matter included