don't use markdown-grid-tables, formatting is poor

this extension is adding <p> 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
This commit is contained in:
2026-02-20 01:27:46 -06:00
parent be52fb8625
commit 48928cd7ae
2 changed files with 1 additions and 3 deletions

View File

@@ -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: Necessary extensions to render this site, beyond what's in incorporeal-cms:
* pymdown-extensions * pymdown-extensions
* markdown-grid-tables

View File

@@ -16,8 +16,7 @@
}, },
"MARKDOWN_EXTENSIONS": [ "MARKDOWN_EXTENSIONS": [
"extra", "incorporealcms.mdx.figures", "incorporealcms.mdx.pydot", "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": { "MARKDOWN_EXTENSION_CONFIGS": {
"extra": { "extra": {