From a17729b453a9e000f9de4eea9615c76edb8fe773 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sat, 12 Jul 2025 21:34:31 -0600 Subject: [PATCH] Update .posthtmlrc --- .posthtmlrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.posthtmlrc b/.posthtmlrc index cf84f8a..4a0158e 100644 --- a/.posthtmlrc +++ b/.posthtmlrc @@ -3,7 +3,9 @@ "posthtml-include": {}, "posthtml-component": { "root": "./src", - "folders": ["components"], + "folders": [ + "components" + ], "namespaces": [ { "name": "link", @@ -13,7 +15,7 @@ ] }, "posthtml-markdownit": { - plugins: [ + "plugins": [ { "plugin": "markdown-it-sup", "options": {} @@ -21,4 +23,4 @@ ] } } -} +} \ No newline at end of file