From fc22c57d180939e57c2d422f0e06e0b2a5e3d14f Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 7 May 2024 11:30:52 +0800 Subject: [PATCH] Edit comment about Markdown configuration --- 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 5fe948c1..91e921eb 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -1,4 +1,4 @@ -/* CONFIGURATION FOR MARKDOWN FILES */ +/* CONFIGURATION FOR MARKDOWN TEMPLATES */ // Installed Plugins const pluginTOC = require('eleventy-plugin-nesting-toc');