selfdefined/node_modules/@11ty/eleventy/test/stubs/function-markdown.11ty.js
tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

4 lines
64 B
JavaScript

module.exports = function(data) {
return `# ${data.name}`;
};