mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-02-04 06:22:05 +00:00
refactor: remove attachments from outline
This commit is contained in:
@@ -69,15 +69,15 @@
|
||||
),
|
||||
attachments: (
|
||||
attachment(
|
||||
caption: "foo",
|
||||
label: <foo>,
|
||||
caption: "Attachment table",
|
||||
label: <table-1>,
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
[foo], [bar],
|
||||
),
|
||||
),
|
||||
attachment(
|
||||
caption: "bar",
|
||||
caption: "Another table",
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
[foo], [bar],
|
||||
|
||||
Reference in New Issue
Block a user