Ionaru / Ionaru/easy-markdown-editor

Ordered list is not working, when there is text before the list without new space line

Open
#94 1 comment 0 reactions 0 assignees View on GitHub
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

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.