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:
@@ -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
|
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user