From 8f68bc7a8ea619af12d95bec7025bd9f3a86625f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 13 Feb 2023 16:50:57 +0100 Subject: Dissolve basics folder --- tests/typ/layout/enum.typ | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/typ/layout/enum.typ (limited to 'tests/typ/layout/enum.typ') diff --git a/tests/typ/layout/enum.typ b/tests/typ/layout/enum.typ new file mode 100644 index 00000000..9512e1b5 --- /dev/null +++ b/tests/typ/layout/enum.typ @@ -0,0 +1,28 @@ +// Test enumerations. + +--- +#enum[Embrace][Extend][Extinguish] + +--- +1. First. + 2. Indented + ++ Second + +--- +// Test automatic numbering in summed content. +#for i in range(5) { + [+ #numbering("I", 1 + i)] +} + +--- +// Mix of different lists +- Bullet List ++ Numbered List +/ Term: List + +--- +// Edge cases. ++ +Empty ++Nope -- cgit v1.2.3