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