diff options
| author | Pg Biel <9021226+PgBiel@users.noreply.github.com> | 2023-07-05 11:16:00 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-05 16:16:00 +0200 |
| commit | d37217aaa4b5029d7ec8405739b8deda4792696f (patch) | |
| tree | 5cd465964e89eac5bbb6b7c6e1db48275ee06f71 /tests | |
| parent | 8711b5eeede405e4d0a4190c7e5ab8447dc3fa3a (diff) | |
Add heading `bookmarked` toggle (#1566)
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) |
