Highlighting a plain URL highlights the entire line

Steps to reproduce

write a line and highlight specific parts of it when the entry starts with a URL

Did you follow the troubleshooting guide? [Y/N]

Yes I have followed the guide

Expected result

in the above image, the highlight marks the entire line as a highlight, which was not the default behavior before, this occurs only when the entry is a plain URL when it is a markdown url format everything works as normal, I have observed this bug from the 1.8.7 public release, thinking it would get fixed in the 1.8.9 public release.

previously only the plain url in == url == would be highlighted and not the entire line.

Am I missing something or is this bug?

edit:

Actual result

Environment

SYSTEM INFO:
Obsidian version: v1.8.9
Installer version: v1.8.9
Operating system: #1 SMP PREEMPT_DYNAMIC Thu, 27 Feb 2025 17:07:37 +0000 6.13.5-2-cachyos
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

here is a even clearer example to reproduce the issue

 ==https://codeforces.com/problemset/problem/158/B== - [[Greedy]] 
 
 ==[B. Taxi](https://codeforces.com/problemset/problem/158/B)== [[Greedy]] 

This is not a bug. There was a similar bug report a week ago. = is a valid character in the URL, so the highlight does not end there.