diff options
Diffstat (limited to 'tests/typ/compiler/show-node.typ')
| -rw-r--r-- | tests/typ/compiler/show-node.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/show-node.typ b/tests/typ/compiler/show-node.typ index 4aba4e9b..f6298a28 100644 --- a/tests/typ/compiler/show-node.typ +++ b/tests/typ/compiler/show-node.typ @@ -28,7 +28,7 @@ my heading? // Test integrated example. #show heading: it => block({ set text(10pt) - move(dy: -1pt)[📖] + box(move(dy: -1pt)[📖]) h(5pt) if it.level == 1 { underline(text(1.25em, blue, it.title)) |
