element-hq / element-hq/element-android
Horizontal lines (`<hr>`) don't render
Open
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
#### Describe the bug
A horizontal line does not render. Source:
```
{
"type": "m.room.message",
"content": {
"msgtype": "m.text",
"body": "---",
"format": "org.matrix.custom.html",
"formatted_body": "
\n"
}
}
```
In Element Web it correctly shows a horizontal line.
#### Additional context
- App version and store: 1.1.11 (Play Store)
Contributor guide
Assessment
This issue has not been assessed yet.