diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-26 15:39:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-26 16:12:57 +0200 |
| commit | 704f2fbaf1b4483caa12f249a222c49e44f08961 (patch) | |
| tree | 146f7813fe63409df2c1bbaa487731e992d3ac71 /tests/typ/style | |
| parent | 2661f1a5066bd5e3f8a9c68e4a5c304c248efcb7 (diff) | |
Description lists, link syntax, and new enum syntax
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/set.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/style/set.typ b/tests/typ/style/set.typ index 830c6661..25dc1b81 100644 --- a/tests/typ/style/set.typ +++ b/tests/typ/style/set.typ @@ -44,9 +44,9 @@ Hello *{x}* move(dy: -0.15em, image(path, width: 1em, height: 1em)) }) -. Monkey -. Rhino -. Tiger ++ Monkey ++ Rhino ++ Tiger --- // Error: 11-25 set is only allowed directly in code and content blocks |
