diff --git a/eleventy.config.md.js b/eleventy.config.md.js index 73a1a935..2fd7b84c 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -94,7 +94,9 @@ module.exports = function (eleventyConfig) { const questionMarkup = markdownLibrary.renderInline(question); const answerMarkup = markdownLibrary.render(answer); return `
- ${questionMarkup} + + ${questionMarkup} +
${answerMarkup}
`; });