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: ( attachments: (
attachment( attachment(
caption: "foo", caption: "Attachment table",
label: <foo>, label: <table-1>,
table( table(
columns: (1fr, 1fr), columns: (1fr, 1fr),
[foo], [bar], [foo], [bar],
), ),
), ),
attachment( attachment(
caption: "bar", caption: "Another table",
table( table(
columns: (1fr, 1fr), columns: (1fr, 1fr),
[foo], [bar], [foo], [bar],

View File

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