Closed zhl111 closed 2 years ago
Hi! Sorry for long reply. I cannot reproduce this bug, in my case was always clear the formatting entirely before changing the state of the line.
Can you say:
Just in case, try updating the plugin if suddenly your version is older than mine.
From the text:
1. Test
2. Test
3. Test
4. Test
5. Test
6. Test
It turned out the following:
# Test
## Test
### Test
#### Test
##### Test
###### Test
From the text:
# 1. Test
## 2. Test
### 3. Test
#### 4. Test
##### 5. Test
###### 6. Test
I got:
Test
Test
Test
Test
Test
Test
From the text:
# 1. Test
## 2. Test
### 3. Test
#### 4. Test
##### 5. Test
###### 6. Test
I got:
###### Test
##### Test
#### Test
### Test
## Test
# Test
Given the code rework in terms of cleaning up the formatting and indicating the level of headers - even if this bug had some kind of special case, now it has most likely disappeared. Let me know if this case repeats.