refactor: remove attachments from outline

This commit is contained in:
Kristofers Solo 2025-08-27 13:44:08 +03:00
parent a04e644822
commit 397df377ce
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
2 changed files with 3 additions and 4 deletions

View File

@ -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],

View File

@ -269,7 +269,6 @@
depth: 3,
indent: indent,
title: text(size: 14pt, outline-title),
target: heading.where().or(figure.where(kind: "attachment")),
)
// Display the paper's contents.