element-hq / element-hq/element-web
<div> content is ignored with KaTeX lab
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
### Description
```
{
"type": "m.room.message",
"content": {
"msgtype": "m.text",
"format": "org.matrix.custom.html",
"body": "
"formatted_body": "
}
}
```

### Steps to reproduce
- `/html` or any other means of creating above event
Element can ignore the structure given by the tag, and it's other properties, but should at least show the content?
See also parity with android, which does show it as expected.
Possibly Element could warn about tags not being supported when sending `/html`.
Logs being sent: no
### Version information
- **Platform**: desktop
For the desktop app:
- **OS**: Arch
- **Version**: aur/element-desktop-nightly-bin 2021061001-1
Contributor guide
Assessment
This issue has not been assessed yet.