diplodoc-platform / diplodoc-platform/transform
Incorrect numbering in the ordered lists
Open
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 59
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
In split view, the numbers for nested elements look like 1 -> 1.1 -> 1.1.1, but in wysiwyg mode, each new element starts with 1.
with markup
```
1. a
1. a.a
1. a.a.a
1. a.b
1. b
```
expected

real

Contributor guide
Assessment
This issue has not been assessed yet.