Comment on Why is it called linux phone?
screenshot of a Lemmy comment
Does that work?
It looks cool, and I see it in many of your comments.
Interesting, it's where I put a simple line break <br>. If I but a line space then It creates a new paragraph block <p></p>.
I guess your viewer doesnt like <br> within its <P> blocks.
snip of html source of my comment
Fascinating! Are you adding the HTML tags manually, or are they being translated from a new line at some point?
Nope. That's just how this fedia web client is generating it when I do a single carriage return (vs two in a row).
I guess any inconsistencies in interpreting the raw data as a message federates around can cause quirks like this.
bryndos@fedia.io 23 hours ago
Interesting, it's where I put a simple line break <br>.
If I but a line space then It creates a new paragraph block <p></p>.
I guess your viewer doesnt like <br> within its <P> blocks.
snip of html source of my comment
clay_pidgin@sh.itjust.works 21 hours ago
Fascinating! Are you adding the HTML tags manually, or are they being translated from a new line at some point?
bryndos@fedia.io 14 hours ago
Nope. That's just how this fedia web client is generating it when I do a single carriage return (vs two in a row).
I guess any inconsistencies in interpreting the raw data as a message federates around can cause quirks like this.