diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-07 20:00:21 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-07 20:00:21 +0100 |
| commit | 68503b9a07b00bce3f4d377bcfe945452de815ea (patch) | |
| tree | 3719ef491b993c59b619ca215963000f4847e78f /tests/typ/markup | |
| parent | 9730e785a885a4ab5fcc52ce705298654f82f9c2 (diff) | |
Redesigned template layout
Diffstat (limited to 'tests/typ/markup')
| -rw-r--r-- | tests/typ/markup/enums.typ | 1 | ||||
| -rw-r--r-- | tests/typ/markup/lists.typ | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/typ/markup/enums.typ b/tests/typ/markup/enums.typ index c976deee..93a175d4 100644 --- a/tests/typ/markup/enums.typ +++ b/tests/typ/markup/enums.typ @@ -8,6 +8,7 @@ --- 1. First. 2. Second. + 1. Back to first. --- diff --git a/tests/typ/markup/lists.typ b/tests/typ/markup/lists.typ index 716fcd73..38fc2c63 100644 --- a/tests/typ/markup/lists.typ +++ b/tests/typ/markup/lists.typ @@ -14,13 +14,15 @@ paragraphs. --- - First level. + - Second level. There are multiple paragraphs. - Third level. - Still the same bullet point. + - Still level 2. + - At the top. --- |
