UNPKG

front-matter-markdown

Version:

get the config and toc object from the markdown string.

11 lines (8 loc) 205 B
(function() { module.exports = function(nodes) { return nodes.filter(function(node) { return node && node.type !== 'space'; }); }; }).call(this); //# sourceMappingURL=skip-space.js.map