From 44ac16800b25ef3c4992d0e22ee2f47d55e879f6 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:58:05 +0800 Subject: [PATCH] Add aria-hidden to content warning accordion emoji --- eleventy.config.md.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eleventy.config.md.js b/eleventy.config.md.js index c693ca81..792f1af7 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -138,7 +138,7 @@ module.exports = function (eleventyConfig) { const warningMarkup = markdownLibrary.renderInline(warning); const contentMarkup = markdownLibrary.render(content); return `
- ⚠️ Content Warning: ${warningMarkup} + Content Warning: ${warningMarkup}
${contentMarkup}
`; });