aboutsummaryrefslogtreecommitdiff
path: root/test/writer.typst
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-03-20 14:25:08 -0700
committerGitHub <[email protected]>2024-03-20 14:25:08 -0700
commit604f541b0ff2e521ba207991baf43c9550189736 (patch)
treebbeece4e30227df45e206008be89072beae9dc94 /test/writer.typst
parentebcae86cf47e3037ccc3c7146cf610e5a7af3b03 (diff)
Typst writer: support Typst 0.11 table features. (#9593)
* Typst writer: support Typst 0.11 table features. - colspans - rowspans - cell alignment overrides - relative column widths - header and footer - multiple table bodies with intermediate headers Row heads are not yet supported. The default typst template has been modified so that tables don't have lines by default. As is standard with pandoc, we only add a line under a header or over a footer. However, a different default stroke pattern can easily be added in a template. Closes #9588.
Diffstat (limited to 'test/writer.typst')
-rw-r--r--test/writer.typst3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/writer.typst b/test/writer.typst
index e24de9a8a..9c5a8f921 100644
--- a/test/writer.typst
+++ b/test/writer.typst
@@ -16,7 +16,8 @@
}
#set table(
- inset: 6pt
+ inset: 6pt,
+ stroke: none
)
#let conf(