element-hq / element-hq/element-meta

Don't renumber ordered lists automatically

Open
#504 3 comments 0 reactions 0 assignees View on GitHub
A-Composer A-Markdown A-Timeline App: Android App: web O-Occasional S-Minor T-Enhancement Z-WTF
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


  1. five

  2. ten


```
preview:

  1. five

  2. 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.