diplodoc-platform / diplodoc-platform/transform
Incorrect numbering of list items inside a table
Open
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 59
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
### Description
When a document contains an ordered list and a table following it with another ordered list inside, the numbering of this list continues the numbering of the external list:
### Current behaviour
The list inside the table has the following numbering: 2.1. ..., 2.2. ...

### Expected behaviour
The list inside the table has the following numbering: 1. ..., 2. ...
Contributor guide
Assessment
This issue has not been assessed yet.