cinnyapp / cinny

Yet another matrix client
https://cinny.in
GNU Affero General Public License v3.0
1.95k stars 251 forks source link

Inline Code markdown not applied #230

Closed TheBlueMatt closed 2 years ago

TheBlueMatt commented 2 years ago

When typing text surrounded by `s, most other clients and messengers map it as inline code and render it with fixed-width. Cinny treats it as normal text however. It would be nice if Cinny mapped it as "inline code" consistent with other markdown rendering/interpretation.

kfiven commented 2 years ago

You need to enable markdown in settings.

TheBlueMatt commented 2 years ago

Ah, duh. Should that be default given it seems to be the default on most other messaging platforms?

ajbura commented 2 years ago

Done. in f310196937e4a8bee74bf0e12645c0fb86c65ce6 we have enabled markdown by default.