mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 12:15:28 +00:00
Basic setup
This commit is contained in:
10
src/utils/shortcodes.js
Normal file
10
src/utils/shortcodes.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const outdent = require('outdent')({ newline: ' ' });
|
||||
|
||||
module.exports = {
|
||||
test: function () {
|
||||
const html = outdent`
|
||||
<div>Hello, World</div>`;
|
||||
|
||||
return html;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user