diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-05 17:25:58 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-05 17:25:58 +0200 |
| commit | 00be5d36c4f5bdc39a5f94ae1eb200499ffb8871 (patch) | |
| tree | b13100e253d5106b0ff39cc060ed0071a0709af9 /tests/typ | |
| parent | 4b2c6334d02d1574aaaef09ddf2c1501075b11fb (diff) | |
Change indent requirements to allow alignment
Previously the following wouldn't work correctly because "Fourth" would have been a child of "Third".
```
3. Third
⎵. Fourth
```
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/markup/enums.typ | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
