add markdown-grid-tables and document extension usage

This commit is contained in:
2026-02-18 10:37:51 -06:00
parent 452686d957
commit 36c9a41991
2 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,8 @@
},
"MARKDOWN_EXTENSIONS": [
"extra", "incorporealcms.mdx.figures", "incorporealcms.mdx.pydot",
"sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde", "md_in_html"
"sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde", "md_in_html",
"markdown_grid_tables"
],
"MARKDOWN_EXTENSION_CONFIGS": {
"extra": {
@@ -24,6 +25,9 @@
"UNIQUE_IDS": true
}
},
"markdown_grid_tables": {
"hard_linebreaks": false
},
"toc": {
"toc_depth": "2-5"
}

4
extensions.txt Normal file
View File

@@ -0,0 +1,4 @@
Necessary extensions to render this site:
pymdown-extensions
markdown-grid-tables