work.suroh.tk/node_modules/@11ty/eleventy/test/stubs/function-markdown.11ty.js

4 lines
64 B
JavaScript
Raw Normal View History

2019-12-02 12:22:45 +00:00
module.exports = function(data) {
return `# ${data.name}`;
};