Mentions in posts gets messy

So I did this post listing some people to follow as a recommendation for my friends.

How I wanted it to look:

Should it be considered a bug on the FE?

Seems indeed a front-end issue. FE send it correctly, the response is correct. But when inspecting the DOM, it’s not OK any more. FE does some processing on mentions, so my guess is something goes wrong there.

Maybe a work-around: When ending the line with a non whitespace character, it does keep everything properly on it’s own line.

Screenshots showing what how and where it goes wrong

What I do and how it looks:
Screenshot_20240225_073048

What is send to the server:
Screenshot_20240225_073119

Response from the server:
Screenshot_20240225_073147

DOM:
Screenshot_20240225_074341

1 Like