diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/meta/outline.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/meta/outline.typ b/tests/typ/meta/outline.typ index 9f45b2f3..73b77142 100644 --- a/tests/typ/meta/outline.typ +++ b/tests/typ/meta/outline.typ @@ -30,7 +30,8 @@ fn main() { ==== Deep Stuff Ok ... -#set heading(numbering: "(I)") +// Ensure 'bookmarked' option doesn't affect the outline +#set heading(numbering: "(I)", bookmarked: false) = #text(blue)[Zusammen]fassung #lorem(10) |
