Posadas [he/him, they/them]@hexbear.net to chapotraphouse@hexbear.netEnglish · 2 years ago"AI" CTO's when confronted with some of the most basic followup question in existencehexbear.netimagemessage-square17linkfedilinkarrow-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 · 2 years agomessage-square17linkfedilinkfile-text
minus-squarehenfredemarslinkfedilinkEnglisharrow-up5·2 years agoThank you! I’m not sure how or why that works.
minus-squaredavel [he/him]@hexbear.netlinkfedilinkEnglisharrow-up7·2 years 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·2 years agoThey copied what reddit uses. As for why reddit does it that way - I have no idea.
minus-squaremalijaffri@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up9·2 years agoIt’s the standard Markdown implementation
minus-squareSSJ2Marx@hexbear.netlinkfedilinkEnglisharrow-up6·2 years 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·2 years 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 typedWithout the backticks, it becomes:
text exactly as typed
Edit: backticks:
``` text exactly as typed ```