developit / developit/snarkdown

Nested lists not working

Open
#104 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.