quartable — Quarto extension

Column spans · row spans · midrules · clines · vertical lines · per-cell alignment

quartable extends Markdown pipe tables with constructs that Pandoc does not support natively, with a single source feeding HTML, Reveal.js and PDF/LaTeX. See the README on GitHub for the full syntax reference and compatibility matrix.

Live demos

The same set of features is rendered in three formats below. Each example shows the markdown source above its rendered output, so the deck doubles as a feature reference.

Quick install

quarto add zinc75/quarto-quartable

Then enable in your document’s YAML front matter:

filters:
  - quartable

Quick example

| Group           | Item | Score |
|-----------------|------|------:|
| ===             |      |       |
| [Group A]{rs=3} | x1   |  5.2  |
| ^               | x2   |  4.8  |
| ^               | x3   |  6.1  |
| ===             |      |       |
| [Group B]{rs=2} | y1   | 20.0  |
| ^               | y2   | 19.4  |
Group Item Score
Group A x1 5.2
x2 4.8
x3 6.1
Group B y1 20.0
y2 19.4