Posadas [he/him, they/them]@hexbear.net to chapotraphouse@hexbear.netEnglish · 1 year ago"AI" CTO's when confronted with some of the most basic followup question in existencehexbear.netimagemessage-square17fedilinkarrow-up164arrow-down11file-text
arrow-up163arrow-down1image"AI" CTO's when confronted with some of the most basic followup question in existencehexbear.netPosadas [he/him, they/them]@hexbear.net to chapotraphouse@hexbear.netEnglish · 1 year agomessage-square17fedilinkfile-text
minus-squarehenfredemarslinkfedilinkEnglisharrow-up5·1 year agoThank you! I’m not sure how or why that works.
minus-squaredavel [he/him]@hexbear.netlinkfedilinkEnglisharrow-up7·1 year agoLemmy’s markup language is based on the CommonMark spec. 6.7 Hard line breaks A line ending (not in a code span or HTML tag) that is preceded by two or more spaces and does not occur at the end of a block is parsed as a hard line break
minus-squareInevitableSwing [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up6·1 year agoThey copied what reddit uses. As for why reddit does it that way - I have no idea.
minus-squaremalijaffri@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up9·1 year agoIt’s the standard Markdown implementation
minus-squareSSJ2Marx@hexbear.netlinkfedilinkEnglisharrow-up6·1 year ago Would it be possible for the text in the box you type in to just… appear in the post exactly as you typed it?
minus-squaremalijaffri@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·edit-21 year agoYou could wrap it in backticks: text exactly as typed Without the backticks, it becomes: text exactly as typed Edit: backticks: ``` text exactly as typed ```
Thank you! I’m not sure how or why that works.
Lemmy’s markup language is based on the CommonMark spec.
6.7 Hard line breaks
They copied what reddit uses. As for why reddit does it that way - I have no idea.
It’s the standard Markdown implementation
You could wrap it in backticks:
text exactly as typed
Without the backticks, it becomes:
text exactly as typed
Edit: backticks:
``` text exactly as typed ```