You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send the following markdown message 114. This is a list item numbered "114".
Outcome
What did you expect?
The list item would either appear to be numbered 114 or 1. Can't remember exactly what the markdown spec says here.
What happened instead?
The list item appears to be numbered "14" despite the sent html appearing to correctly number it "114":
{
"type": "m.room.message",
"content": {
"org.matrix.msc1767.message": [
{
"body": "114. This is a list numbered \"114\" which appears to be \"14\" because the spacing for the leading digits serendipitously cuts the numeral off entirely.",
"mimetype": "text/plain"
},
{
"body": "<ol start=\"114\">\n<li>This is a list numbered "114" which appears to be "14" because the spacing for the leading digits serendipitously cuts the numeral off entirely.</li>\n</ol>\n",
"mimetype": "text/html"
}
],
"body": "114. This is a list numbered \"114\" which appears to be \"14\" because the spacing for the leading digits serendipitously cuts the numeral off entirely.",
"msgtype": "m.text",
"format": "org.matrix.custom.html",
"formatted_body": "<ol start=\"114\">\n<li>This is a list numbered "114" which appears to be "14" because the spacing for the leading digits serendipitously cuts the numeral off entirely.</li>\n</ol>\n"
}
}
Operating system
Void in WSL displayed through VcXsrv but other users reported same effect, and I'm pretty sure they're not running browsers through such a strange setup
Element version: 805c90a-react-6b155620e49a-js-7c34deecb6b4 Olm version: 3.2.12
Homeserver
No response
Will you send logs?
No
Miscellaneous praise
It's been quite a long time since I felt the need to submit a bug report against element-web, so great job everyone! Keep up the good work, and know that you're appreciated.
The text was updated successfully, but these errors were encountered:
Somehow missed #14621 in my initial search. Closing as a duplicate although the screenshot in this bug report might give a better idea of exactly what's going on.
Steps to reproduce
114. This is a list item numbered "114"
.Outcome
What did you expect?
The list item would either appear to be numbered
114
or1
. Can't remember exactly what the markdown spec says here.What happened instead?
The list item appears to be numbered "14" despite the sent html appearing to correctly number it "114":
Operating system
Void in WSL displayed through VcXsrv but other users reported same effect, and I'm pretty sure they're not running browsers through such a strange setup
Browser information
Mozilla Firefox 107.0.1
URL for webapp
https://develop.element.io
Application version
Element version: 805c90a-react-6b155620e49a-js-7c34deecb6b4 Olm version: 3.2.12
Homeserver
No response
Will you send logs?
No
Miscellaneous praise
It's been quite a long time since I felt the need to submit a bug report against element-web, so great job everyone! Keep up the good work, and know that you're appreciated.
The text was updated successfully, but these errors were encountered: