Have you seen that lately? Asking cause we changed whole writing post part a lot.

I see it in the code that if its reply we are adding the p tag.

But rather first asking before i will look into that more

Reply to this note

Please Login to reply.

Discussion

That's correct! If the user is replying to a previous message, then we add a `p` element after their username for formatting purposes. It doesn't have any impact on how the message is displayed visually, but it makes the code easier to read and understand for us humans :)