fix typo in markdown configuration

This commit is contained in:
Brian S. Stephan 2025-03-17 23:29:00 -05:00
parent 18d06ba831
commit dde7921b0e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -19,7 +19,7 @@
"sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde" "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde"
], ],
"MARKDOWN_EXTENSION_CONFIGS": { "MARKDOWN_EXTENSION_CONFIGS": {
"'extra": { "extra": {
"footnotes": { "footnotes": {
"UNIQUE_IDS": true "UNIQUE_IDS": true
} }