Ionaru / Ionaru/easy-markdown-editor
Ordered list is not working, when there is text before the list without new space line
Open
Bug
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 363
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Ordered list is not working as expected. When there is text before the list
**To Reproduce**
Steps to reproduce the behavior:
1. Enter any text before the list example 'ABCD'
2. Enter list 1. A 2. B 3. C
**Expected behavior**
ABCD
1. A
2. B
3. C
**Actual behaviour**
ABCD 1. A 2. B 3. C
**Version information**
- OS: MacOS
- Browser: Chrome
- EasyMDE version: 2.6.0
Contributor guide
Assessment
This issue has not been assessed yet.