Skip to content

Commit

Permalink
more formats, more space
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Jan 19, 2024
1 parent 639c865 commit 2570e28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev-docs/feature-format-matrix/_tabulator.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
],
});
</script>
Expand Down
3 changes: 3 additions & 0 deletions dev-docs/feature-format-matrix/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ format: html
title: Features x Formats
---

::: column-screen-inset

{{< include _tabulator.qmd >}}

:::

0 comments on commit 2570e28

Please sign in to comment.