From 48928cd7ae3b0c3833c78aa7308c0bbcf4d9b096 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 20 Feb 2026 01:27:46 -0600 Subject: [PATCH] don't use markdown-grid-tables, formatting is poor this extension is adding

tags when it shouldn't, and it's pretty wordy anyway. unfortunately, not using it means that very long cells have to be on one line, but maybe that's a sign the table is doing too much work anyway --- README.md | 1 - config.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 590e2c9..5467a09 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,3 @@ You can serve this content with any HTTP file server, such as Nginx or even `htt Necessary extensions to render this site, beyond what's in incorporeal-cms: * pymdown-extensions -* markdown-grid-tables diff --git a/config.json b/config.json index 2870141..711169b 100644 --- a/config.json +++ b/config.json @@ -16,8 +16,7 @@ }, "MARKDOWN_EXTENSIONS": [ "extra", "incorporealcms.mdx.figures", "incorporealcms.mdx.pydot", - "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde", "md_in_html", - "markdown_grid_tables" + "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde", "md_in_html" ], "MARKDOWN_EXTENSION_CONFIGS": { "extra": {