developit / developit/snarkdown
Nested lists not working
Aperta
- Lingua principale
- JavaScript
- Stelle
- 2.4k
- Fork
- 116
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.