telegramdesktop / tdesktop

Telegram Desktop messaging app
https://desktop.telegram.org/
Other
26.38k stars 5.25k forks source link

Markdown text is not transformed correctly, instead it remains as markdown #28618

Open TheBestPessimist opened 2 weeks ago

TheBestPessimist commented 2 weeks ago

Steps to reproduce

Paste this in chat:

Anything with a `rating` uses an integer from 1 to 7:

- 7 - **Perfect**, must try, life-changing, go out of your way to seek this out
- 6 - **Excellent**, worth repeating
- 5 - **Good**, don’t go out of your way, but enjoyable
- 4 - **Passable**, works in a pinch
- 3 - **Bad**, don’t do this if you can
- 2 - **Atrocious**, actively avoid, repulsive
- 1 - **Evil**, life-changing in a bad way

Why this scale? I like rating out of 7 better than 4 or 5 because I need more granularity at the top, for the good experiences, and 10 is too granular.

press enter

Expected behaviour

Text should appear in processed form. This screenshot is from obsidian, but the same text works in github too (see below): image

>>>> begin Anything with a rating uses an integer from 1 to 7:

Why this scale? I like rating out of 7 better than 4 or 5 because I need more granularity at the top, for the good experiences, and 10 is too granular. >>>> end

Actual behaviour

Text appears in markdown form, not in processed form: 2024-11-06-0000007360

Operating system

Windows 11 23H2

Version of Telegram Desktop

5.7.2

Installation source

Static binary from official website

Crash ID

No response

Logs

No response

TheBestPessimist commented 2 weeks ago

Acording to this gif, *bold* does not work, but only **bold** 2024-11-07-0000007363

Same for italics: _italics_ does not work, __italics__ works. 2024-11-07-0000007365

@ilya-fedin / @Aokromes pls reopen as this is a bug and the resolution above is false.