It doesn’t wrap in the default web interface.
Comment on Let's Encrypt Ending Support for Expiration Notification Emails
MrQuallzin@lemmy.world 4 weeks agoCould be your client. With Sync it properly word wraps, and for myself I actually find this font easier to read
Faresh@lemmy.ml 4 weeks ago
sugar_in_your_tea@sh.itjust.works 4 weeks ago
And the default web interface should absolutely be our standard.
can@sh.itjust.works 4 weeks ago
Yeah, I love Sync, but currently it’s the last thing I would pick to set a standard
299792458ms@lemmy.zip 4 weeks ago
It is not the client, that it is actually how markdown works. Every markdown guide specifically tells to avoid this indentation because its meant for code blocks which by default do not wrap text lines.
can@sh.itjust.works 4 weeks ago
They’re talking specifically about the word wrapping. Note in their screenshot it is properly tendered in monosoace code block font.
299792458ms@lemmy.zip 4 weeks ago
I know, clients not wrapping lines in codeblocks are also “rendering properly”. Wrapping it’s up to the client’s parser, reason why I noted to use the aproppriate syntax regardless.
atmur@lemmy.world 4 weeks ago
MrScottyTay@sh.itjust.works 4 weeks ago
The syntax colouring, really doesn’t help though. Standard font looks better for text blocks than a code block.
echodot@feddit.uk 4 weeks ago
If it was actually code that isn’t the correct behavior. Code doesn’t line wrap, because blind breaks mean something in most languages so introducing virtual line breaks causes confusion.
mox@lemmy.sdf.org 4 weeks ago
My client is rendering it correctly according to markdown and html specs. If your client is wrapping it, then that’s convenient for you in this case, but it’s violating the spec.
can@sh.itjust.works 4 weeks ago
Sync markup/rendering is presently a semi-completed conversion from reddit’s and it’s functional enough.