diff options
| author | wznmickey <first@wznmickey.com> | 2025-01-23 07:52:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 12:52:20 +0000 |
| commit | ce299d5832095013bbcf2baef38552df6d2fc21b (patch) | |
| tree | 3a4cc76cebd51ebc58bf88a5b572cb0c576c6084 /tests/suite/model/terms.typ | |
| parent | 58dbbd48fe415c5a345fb1665aab478a03b5df82 (diff) | |
Support syntactically directly nested list, enum, and term list (#5728)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/model/terms.typ')
| -rw-r--r-- | tests/suite/model/terms.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/model/terms.typ b/tests/suite/model/terms.typ index 61fe20b0..23ac6e51 100644 --- a/tests/suite/model/terms.typ +++ b/tests/suite/model/terms.typ @@ -90,3 +90,9 @@ Not in list / h: h #align(right)[/ i: i] / j: j + +--- issue-5719-terms-nested --- +// Term lists can be immediately nested. +/ Term A: 1 +/ Term B: / Term C: 2 + / Term D: 3 |
