element-hq / element-hq/element-meta
Don't renumber ordered lists automatically
- Dominant language
- No language data
- Stars
- 112
- Forks
- 25
- Avg merge
- 6h 6m
- Merged PRs (30d)
- 4
Description
**Is your feature request related to a problem? Please describe.**
See the current behaviour in web & android in this comment by @ouchadam https://github.com/vector-im/element-android/issues/4777#issuecomment-1178750407
Current behaviour is plain wrong and confusing from end user standpoint, especially non-tech user.
**Describe the solution you'd like**
e.g.
```
5. five
10. ten
```
should convert to
```html
- five
- ten
```
preview:
- five
- ten
**Describe alternatives you've considered**
preview in the composer would help, but ultimately this is the only proper solution. element needs to show what was input.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.