Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

speclate-fetch-markdown

simonmcmanus14ISC1.2.0TypeScript support: included

turn markdown files into html pages for use with speclate

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)
});

changelog