-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
markdown should be consistent on all clients #5149
Comments
It's a known issue android is not using commonmark as it should. |
Consistency is certainly important; we're tracking the android issue here: element-hq/riot-android#779 I'm going to close this as a duplicate in favour of the android issue and #3482 |
Furthermore isn't using html tags for strike through and underline, but for everything else markdown still inconsistent? People new to riot coming from other messengers in my experience expect |
I might be misreading something, but it sounds like the problem is with riot-web and not the android one. The OP says:
If you look into github markdown cheatsheet, you'll see that android got it correctly. The problem instead is with riot-web. |
Riot is using commonmark not github flavoured markdown, riot-android has an open issue to switch to commonmark so it is actually the one which is wrong as commonmark does not support that syntax |
Description
as mentioned in https://matrix.to/#/!DgvjtOljKujDBrxyHk:matrix.org/$15069853502593297uCUAW:matrix.org
On android strike through is done like this:
~~strike through~~
but on riot-web:
<del>strike through</del>
Same goes for underline
even riot-web itself isn't consistent currently: #3482
Version information
For the web app:
For the desktop app:
The text was updated successfully, but these errors were encountered: