Indentation level is wrong
Open
- Dominant language
- C
- Stars
- 709
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
This input
```
- foo
- bar
baz
```
results in this output:
```
foo
bar
baz
```
"baz" should be in the inner list, not outer.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.