Created attachment 158839 [details] Screnshot of the code block trying to resolve a website link SUMMARY When having a codeblock with a link to a website, Neochat tries to resolve it and adds html tags. You can test it with this codeblock for example: ```cmake find_package(raylib QUIET) if (NOT raylib_FOUND) include(FetchContent) FetchContent_Declare( raylib GIT_REPOSITORY https://github.com/raysan5/raylib.git GIT_TAG 4.5.0 ) FetchContent_MakeAvailable(raylib) endif () ``` STEPS TO REPRODUCE 1. Copy the above codeblock 2. Paste it in chat and send it OBSERVED RESULT Website link gets <a href... etc tags around it EXPECTED RESULT No extra items would be added SOFTWARE/OS VERSIONS Operating System: Fedora Linux 38 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 Kernel Version: 6.2.14-300.fc38.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: AMD Radeon RX 6600
I can't reproduce this issue with 23.07.80, can you please confirm the issues still exists?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!
This issue persists for me on neochat 23.08.5 (Arch Linux), I can reproduce it as simple as sending a message containing "`https://example.com`", which is then displayed as a message that reads <a href="http://example.com">http://example.com</a>. The same message shows fine on Element, so this appears to merely be a display bug. Happy to provide further debug info as needed.
This is fixed in 24.02