From 8d72161e107e9e3ae069c05383a8df575c5dfe46 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Sun, 24 Apr 2022 23:40:41 +0200 Subject: [PATCH] Capital callout types should render properly --- .eleventy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index addca51..7d9a88f 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -167,7 +167,7 @@ module.exports = function(eleventyConfig) { return ""; }); - return `
+ return `
${titleDiv} ${content}
`; @@ -233,4 +233,4 @@ function setAttr(token, attr, value, options) { } else { token.attrs[idx][1] = value } -} \ No newline at end of file +}