From 2570e282e88c3722a2426794c1fee980b174646d Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Fri, 19 Jan 2024 14:50:48 -0700 Subject: [PATCH] more formats, more space --- dev-docs/feature-format-matrix/_tabulator.qmd | 8 +++++++- dev-docs/feature-format-matrix/index.qmd | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-docs/feature-format-matrix/_tabulator.qmd b/dev-docs/feature-format-matrix/_tabulator.qmd index 09d4d69811..4f1701c293 100644 --- a/dev-docs/feature-format-matrix/_tabulator.qmd +++ b/dev-docs/feature-format-matrix/_tabulator.qmd @@ -24,10 +24,16 @@ var table = new Tabulator("#features-formats-table", { columns:[ {title:"Feature", field: "feature", formatter: "html"}, {title:"HTML", field: "html", formatter: "html"}, + {title:"Dashboard", field: "dashboard", formatter: "html"}, {title:"Markdown", field: "markdown", formatter: "html"}, {title:"PDF", field: "pdf", formatter: "html"}, + {title:"Typst", field: "typst", formatter: "html"}, {title:"Docx", field: "docx", formatter: "html"}, - {title:"Docusaurus", field: "docusaurus", formatter: "html"} + {title:"Docusaurus", field: "docusaurus", formatter: "html"}, + {title:"RevealJS", field: "revealjs", formatter: "html"}, + {title:"Pptx", field: "pptx", formatter: "html"}, + {title:"Beamer", field: "beamer", formatter: "html"}, + {title:"Ipynb", field: "ipynb", formatter: "html"}, ], }); diff --git a/dev-docs/feature-format-matrix/index.qmd b/dev-docs/feature-format-matrix/index.qmd index fc03def006..3c55f5cbc3 100644 --- a/dev-docs/feature-format-matrix/index.qmd +++ b/dev-docs/feature-format-matrix/index.qmd @@ -4,5 +4,8 @@ format: html title: Features x Formats --- +::: column-screen-inset + {{< include _tabulator.qmd >}} +::: \ No newline at end of file