Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list numbering overrides don't work in MD #9661

Closed
ara4n opened this issue May 9, 2019 · 10 comments
Closed

list numbering overrides don't work in MD #9661

ara4n opened this issue May 9, 2019 · 10 comments

Comments

@ara4n
Copy link
Member

ara4n commented May 9, 2019

No description provided.

@ara4n
Copy link
Member Author

ara4n commented May 10, 2019

apparently this is a markdown feature. means that

20. june
25. july

turns into

  1. june
  2. july

@ara4n ara4n changed the title list numbering overrides are broken again in MD list numbering overrides don't work in MD May 10, 2019
@yannicka
Copy link

yannicka commented May 23, 2020

Isn't this an upstream issue (or the expected behaviour)?

By testing this on the reference implementation of CommonMark, I was able to reproduce the issue.

@r4dh4l
Copy link

r4dh4l commented Mar 1, 2022

Uh, this bug causes misunderstandings and disputes. For example if

The next meeting is on 14. April 2022.

is shown as

The next meeting is on 1. April 2022.

@t3chguy
Copy link
Member

t3chguy commented Mar 2, 2022

Element Web & Desktop handle this fine @r4dh4l

image

@t3chguy
Copy link
Member

t3chguy commented Mar 2, 2022

Closing as wont-fix, one of the other md issues can act as a fallback

@t3chguy t3chguy closed this as completed Mar 2, 2022
@r4dh4l
Copy link

r4dh4l commented Mar 2, 2022

Element Web & Desktop handle this fine @r4dh4l

image

Sure, but can I force team members to read messages only in a web/desktop client?

@t3chguy
Copy link
Member

t3chguy commented Mar 2, 2022

You can either use /plain to not send markdown or file issues with the clients which render valid messages incorrectly.

@r4dh4l
Copy link

r4dh4l commented Mar 2, 2022

You can either use /plain to not send markdown or file issues with the clients which render valid messages incorrectly.

Thanks for the hint, but imagine telling this to a team of non-technical users: "Hey team, next time sending a message starting with an ordinal number don't forget use the /plain command so that people reading the message with a mobile client will receive the intended ordinal number."

Don't get me wrong: I'm deeply thankful for the great matrix/element messenger system but problems like this have a great impact on "average users" deciding to keep matrix/element as daily messenger or not.

@t3chguy
Copy link
Member

t3chguy commented Mar 2, 2022

I agree it is a problem, but the problem is on the receiving side. Or you could complain to the Matrix spec for whitelisting the property in the first place.

@r4dh4l
Copy link

r4dh4l commented Mar 2, 2022

I agree it is a problem, but the problem is on the receiving side.

Sorry, just noticed this is the issue department of element-web, not mobile. So I will report it there.

Edit: Related element-android issues:

su-ex added a commit to SchildiChat/element-web that referenced this issue Jan 15, 2023
* Add inline code formatting to rich text editor ([\element-hq#9720](matrix-org/matrix-react-sdk#9720)).
* Add emoji handling for plain text mode of the new rich text editor ([\element-hq#9727](matrix-org/matrix-react-sdk#9727)).
* Overlay virtual room call events into main timeline ([\element-hq#9626](matrix-org/matrix-react-sdk#9626)). Fixes element-hq#22929.
* Adds a new section under "Room Settings" > "Roles & Permissions" which adds the possibility to multiselect users from this room and grant them more permissions. ([\element-hq#9596](matrix-org/matrix-react-sdk#9596)). Contributed by @GoodGuyMarco.
* Add emoji handling for rich text mode ([\element-hq#9661](matrix-org/matrix-react-sdk#9661)).
* Add setting to hide bold notifications ([\element-hq#9705](matrix-org/matrix-react-sdk#9705)).
* Further password reset flow enhancements ([\element-hq#9662](matrix-org/matrix-react-sdk#9662)).
* Snooze the bulk unverified sessions reminder on dismiss ([\element-hq#9706](matrix-org/matrix-react-sdk#9706)).
* Honor advanced audio processing settings when recording voice messages ([\element-hq#9610](matrix-org/matrix-react-sdk#9610)). Contributed by @MrAnno.
* Improve the visual balance of bubble layout ([\element-hq#9704](matrix-org/matrix-react-sdk#9704)).
* Add config setting to disable bulk unverified sessions nag ([\element-hq#9657](matrix-org/matrix-react-sdk#9657)).
* Only display bulk unverified sessions nag when current sessions is verified ([\element-hq#9656](matrix-org/matrix-react-sdk#9656)).
* Separate labs and betas more clearly ([\element-hq#8969](matrix-org/matrix-react-sdk#8969)). Fixes element-hq#22706.
* Show user an error if we fail to create a DM for verification. ([\element-hq#9624](matrix-org/matrix-react-sdk#9624)).
* Prevent unnecessary m.direct updates ([\element-hq#9805](matrix-org/matrix-react-sdk#9805)). Fixes element-hq#24059.
* Fix checkForPreJoinUISI for thread roots ([\element-hq#9803](matrix-org/matrix-react-sdk#9803)). Fixes element-hq#24054.
* Load RTE components only when RTE labs is enabled ([\element-hq#9804](matrix-org/matrix-react-sdk#9804)).
* Fix issue where thread panel did not update correctly ([\element-hq#9746](matrix-org/matrix-react-sdk#9746)). Fixes element-hq#23971.
* Remove async call to get virtual room from room load ([\element-hq#9743](matrix-org/matrix-react-sdk#9743)). Fixes element-hq#23968.
* Check each thread for unread messages. ([\element-hq#9723](matrix-org/matrix-react-sdk#9723)).
* Device manage - handle sessions that don't support encryption ([\element-hq#9717](matrix-org/matrix-react-sdk#9717)). Fixes element-hq#23722.
* Fix hover state for formatting buttons (Rich text editor) (fix element-hq/issues/23832) ([\element-hq#9715](matrix-org/matrix-react-sdk#9715)).
* Don't allow group calls to be unterminated ([\element-hq#9710](matrix-org/matrix-react-sdk#9710)).
* Fix replies to emotes not showing as inline ([\element-hq#9707](matrix-org/matrix-react-sdk#9707)). Fixes element-hq#23903.
* Update copy of 'Change layout' button to match Element Call ([\element-hq#9703](matrix-org/matrix-react-sdk#9703)).
* Fix call splitbrains when switching between rooms ([\element-hq#9692](matrix-org/matrix-react-sdk#9692)).
* bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events ([\element-hq#9664](matrix-org/matrix-react-sdk#9664)). Fixes element-hq#17263.
* Fix power selector being wrongly disabled for admins themselves ([\element-hq#9681](matrix-org/matrix-react-sdk#9681)). Fixes element-hq#23882.
* Show day counts in call durations ([\element-hq#9641](matrix-org/matrix-react-sdk#9641)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants