From dde7921b0e0f5715accc6143c2d92df47f791439 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 17 Mar 2025 23:29:00 -0500 Subject: [PATCH] fix typo in markdown configuration --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 4f4b3d4..3e4e7ba 100644 --- a/config.json +++ b/config.json @@ -19,7 +19,7 @@ "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde" ], "MARKDOWN_EXTENSION_CONFIGS": { - "'extra": { + "extra": { "footnotes": { "UNIQUE_IDS": true }