Creating hypertext in issues using the "Add a link" button improperly formats the Markdown.
For example, when wanting to create hypertext linking to the Codeberg home page, I need to do the following:
I highlight the text I want to turn into hypertext
image
Click the "Add a link" button, which gives the following
image
However, pasting a link after "url" is automatically highlighted leads to the following:
image
In the preview, this fails to display until the hypertext is modified to be in it's original format:
image
To which the hypertext now, as shown in this issue, displays as intended.
### Comment
Creating hypertext in issues using the "Add a link" button improperly formats the Markdown.
For example, when wanting to create hypertext linking to the [Codeberg home page](https://codeberg.org/), I need to do the following:
I highlight the text I want to turn into hypertext

Click the "Add a link" button, which gives the following

However, pasting a link after "url" is automatically highlighted leads to the following:

In the preview, this fails to display until the hypertext is modified to be in it's original format:

To which the hypertext now, as shown in this issue, displays as intended.