Bug 498624 - Issue with markdown quotes
Summary: Issue with markdown quotes
Status: RESOLVED NOT A BUG
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: 24.12.1
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-13 19:30 UTC by Tanguy Fardet
Modified: 2025-02-08 19:00 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tanguy Fardet 2025-01-13 19:30:38 UTC
There seems to be rendering issues for markdown quotes:

- editing the text (even outside the quote) leads to an additional "edited" appearing inside the blockquote
- anything after an empty line is note rendered (see below)

The following code:

> hello
> 
> this is a quote with a blank line

renders only "hello".
Comment 1 John Kizer 2025-01-17 18:55:31 UTC
Hi - Thanks for the bug report! Unfortunately it reports multiple distinct issues - one of which is specific to editing a message of any number of lines, the other of which is specific to single messages with multiple lines - which will make it not actionable. See https://community.kde.org/Get_Involved/Issue_Reporting#Multiple_issues_in_a_single_Bugzilla_ticket for more explanation.

Can I ask you to submit a new bug report for each specific issue? Thanks again!
Comment 2 Tanguy Fardet 2025-02-08 19:00:23 UTC
> Can I ask you to submit a new bug report for each specific issue? Thanks
> again!

Done :

- https://bugs.kde.org/show_bug.cgi?id=499691
- https://bugs.kde.org/show_bug.cgi?id=499692