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
we do not want to render markdown at the moment -- it is still too experimental, it is not our current focus, and it is not supported on all platforms. having that partly supported weakens overall UX.
therefore, text should be rendered as entered.
however, for this is not aways true.
if one enters this is **bold**, *italic*, [link](https://delta.chat) one gets the following:
the link is rendered as mark down, but should not.
this is not a new issue, i just came over that when noticing another issue (as said, it is experimental or reasons, similar to location streaming :) - the other issue is that the upcoming dialog shows weird punycode, though the link does not require punycode:
at some point, we may focus on markdown, but that day is not today :)
tested on mac 1.50.1
The text was updated successfully, but these errors were encountered:
hm, that seemed to be introduced unconditionally of the markdown switch at #1771. i find that a little bit questionable, these kind of things affecting the whole ecosystems should be regarded platform comprehensive. otoh, the expectation that time was also to go for message-parser rendering on all platforms soon, so a that time reasonable change.
but anyways, as it is now in since years, and getting rid of that may again introduce bugs, i am fine to leave link rendering as is, and only fix the punycode issue
r10s
changed the title
markdown partly rendered even though disabled
markdown partly rendered even though disabled, wrong link warning
Jan 25, 2025
we do not want to render markdown at the moment -- it is still too experimental, it is not our current focus, and it is not supported on all platforms. having that partly supported weakens overall UX.
therefore, text should be rendered as entered.
however, for this is not aways true.
if one enters
this is **bold**, *italic*, [link](https://delta.chat)
one gets the following:the link is rendered as mark down, but should not.
this is not a new issue, i just came over that when noticing another issue (as said, it is experimental or reasons, similar to location streaming :) - the other issue is that the upcoming dialog shows weird punycode, though the link does not require punycode:
at some point, we may focus on markdown, but that day is not today :)
tested on mac 1.50.1
The text was updated successfully, but these errors were encountered: