element-hq / element-hq/element-ios

Ordered lists are missing numbers

Open
#6,030 0 comments 0 reactions 0 assignees View on GitHub
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

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.