From 00be5d36c4f5bdc39a5f94ae1eb200499ffb8871 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 5 Oct 2021 17:25:58 +0200 Subject: Change indent requirements to allow alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously the following wouldn't work correctly because "Fourth" would have been a child of "Third". ``` 3. Third ⎵. Fourth ``` --- tests/ref/markup/enums.png | Bin 2923 -> 4123 bytes tests/typ/markup/enums.typ | 5 +++++ 2 files changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/ref/markup/enums.png b/tests/ref/markup/enums.png index c1eee45d..f1d3855b 100644 Binary files a/tests/ref/markup/enums.png and b/tests/ref/markup/enums.png differ diff --git a/tests/typ/markup/enums.typ b/tests/typ/markup/enums.typ index ecf08a36..c976deee 100644 --- a/tests/typ/markup/enums.typ +++ b/tests/typ/markup/enums.typ @@ -9,3 +9,8 @@ 1. First. 2. Second. 1. Back to first. + +--- +2. Second + . First + . Indented -- cgit v1.2.3