speclate-fetch-markdown
v1.2.0
Published
turn markdown files into html pages for use with speclate
Downloads
9
Readme
speclate-fetch-markdown
Given an object:
var fetchMarkdown = require('speclate-fetch-markdown');
var markdownLookups = {
contact: 'https://raw.githubusercontent.com/lnug/feedback/master/ORGANISERS.md'
};
fetchMarkdown(markdownLookups, function() {
//speclate.site.markup(spec, callback)
});