AnneD
July 12, 2023, 3:55pm
1
In my Textarea long url names are not breaking in the same line, instead they are going to the next line, where they are able to break. Is there a way to have the link breaking in the first line?
It looks like the URL Text ist within an tag.Is there a way to get it rendert without it?
Hm, strange, when I copy this text, it works as expected. Did you copy the text from anywhere and introduce some hidden characters?
AnneD
July 12, 2023, 7:37pm
5
Someone else copied it in. I just typed the Text manually, but it still doesn’t work.
Is it supposed to be in an em tag?
Well, yes, since you wrapped the text in ** which are parsed as em tags by the Markdown parser.
AnneD
July 12, 2023, 7:55pm
7
I just found the mistake in the CSS. Thanks for your help!