cinnyapp / cinny

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

Code block handling #1452

Closed tezlm closed 1 year ago

tezlm commented 1 year ago

Describe the problem

Describe the solution you'd like

add these things

Alternatives considered

No response

Additional context

No response

williamkray commented 1 year ago

not sure if it's worth it, but this issue could effectively be expanded to a feature request to "support multi-line markdown" with details about how to render codeblocks, as the current markdown implementation is limited only to in-line markdown formatting.

ashkitten commented 1 year ago

i run into this deficiency on a regular basis and frustratingly have to go into element to send messages

yretenai commented 1 year ago

Additional broken markdown features: Block quotes (>), lists, headings. These features are supported by the WYSIWYG but markdown is not processed.

K900 commented 1 year ago

Pretty sure this regressed in 3.1.0.

ajbura commented 1 year ago

Pretty sure this regressed in 3.1.0.

@K900 fix https://github.com/cinnyapp/cinny/pull/1524 in 3.2.0. Let us know if there is still any issue?