selfdefined/node_modules/@11ty/eleventy/test/stubs/function-markdown.11ty.js

4 lines
64 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
module.exports = function(data) {
return `# ${data.name}`;
};