element-hq / element-hq/element-ios
Ordered lists are missing numbers
Open
A-Timeline
O-Frequent
S-Minor
T-Defect
- Dominant language
- Swift
- Stars
- 1.8k
- Forks
- 544
- PR merge metrics
- PR metrics pending
Description
### Steps to reproduce
1. Send this markdown from element-web:
```
80. foo
81. bar
82. baz
```
### Outcome
#### What did you expect?
```
80. foo
81. bar
82. baz
```
#### What happened instead?
```
foo
81. bar
baz
```
It looks like if the pixel width for the number is wider than a specific pixel width, then the numbers are hidden.
### Your phone model
iPhone 11
### Operating system version
iOS 15.4.1
### Application version
1.8.11 (20220405160439)
### Homeserver
_No response_
### Will you send logs?
No
Contributor guide
Assessment
This issue has not been assessed yet.