It doesn’t wrap in the default web interface.
Comment on Let's Encrypt Ending Support for Expiration Notification Emails
MrQuallzin@lemmy.world 10 months agoCould be your client. With Sync it properly word wraps, and for myself I actually find this font easier to read
Faresh@lemmy.ml 10 months ago
sugar_in_your_tea@sh.itjust.works 10 months ago
And the default web interface should absolutely be our standard.
can@sh.itjust.works 10 months ago
Yeah, I love Sync, but currently it’s the last thing I would pick to set a standard
299792458ms@lemmy.zip 10 months 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 10 months 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 10 months 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 10 months ago
MrScottyTay@sh.itjust.works 10 months ago
The syntax colouring, really doesn’t help though. Standard font looks better for text blocks than a code block.
echodot@feddit.uk 10 months 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 10 months 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 10 months ago
Sync markup/rendering is presently a semi-completed conversion from reddit’s and it’s functional enough.