Ionaru / Ionaru/easy-markdown-editor

Unordered and ordered lists are combined

Open
#59 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.1k
Forks
363
PR merge metrics
No merged PRs in 30d

Description

### I'm submitting a...
- [x] Bug report
- [ ] Feature request

### Reproduction steps
The minimal markdown input required to reproduce the bug is the following:
```
- unordered
1. ordered
```

It displays the following:
- unordered
- ordered

Github displays it correctly:
- unordered
1. ordered

Two newlines still counts as one list and displays the buggy behaviour:
```
- unordered

1. ordered
```

When there are three newlines, it stops exhibiting the behaviour:
```
- unordered

1. ordered
```

### Version information
Browser type and version: Chrome, Version 72.0.3626.96 (Official Build) (64-bit)
EasyMDE version: Unsure, it is present on https://easymde.tk/

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.