diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
| commit | 25b5bd117529cd04bb789e1988eb3a3db8025a0e (patch) | |
| tree | 2fbb4650903123da047a1f1f11a0abda95286e12 /tests/typ/layout/terms.typ | |
| parent | 6ab7760822ccd24b4ef126d4737d41f1be15fe19 (diff) | |
Fully untyped model
Diffstat (limited to 'tests/typ/layout/terms.typ')
| -rw-r--r-- | tests/typ/layout/terms.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/terms.typ b/tests/typ/layout/terms.typ index 6e828094..0be8ddc7 100644 --- a/tests/typ/layout/terms.typ +++ b/tests/typ/layout/terms.typ @@ -35,7 +35,7 @@ #show terms: it => table( columns: 2, inset: 3pt, - ..it.items.map(item => (emph(item.at(0)), item.at(1))).flatten(), + ..it.items.map(item => (emph(item.term), item.description)).flatten(), ) / A: One letter |
