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.
- HTML demo — full reference with code blocks
- PDF demo — the same content rendered to LaTeX/PDF
- Reveal.js slides — slide-format demo
Quick install
quarto add zinc75/quarto-quartableThen enable in your document’s YAML front matter:
filters:
- quartableQuick 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 |
Project links
Released under the MIT License.