developit / developit/snarkdown
Nested lists not working
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
I would like to have nested lists. I cannot get them to work. I tried various "styles" (e.g., 2 spaces, 4 spaces). See example below.
## Example
**Markdown input**
```
* Fruit
* Apple
* Orange
* Milk
* Cheese
```
**Expected output**
```
- Fruit
- Apple
- Orange
- Milk
- Cheese
```
**Actual output**
```
- Fruit
Apple
Orange
- Milk
Cheese
```
## Context
snarkdown 2.0.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.