Wugmeister@lemmy.dbzer0.com to 196@lemmy.blahaj.zoneEnglish · edit-29 months agoRule for Beginnerslemmy.worldimagemessage-square51fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageRule for Beginnerslemmy.worldWugmeister@lemmy.dbzer0.com to 196@lemmy.blahaj.zoneEnglish · edit-29 months agomessage-square51fedilinkfile-text
minus-squarebarsoap@lemm.eelinkfedilinkarrow-up0·edit-29 months agoYou’re telling markdown to format the code in the language fork() { and then break the code block early by not having > in front of the next line. Here’s a quoted code block formatted in sh: fork() { fork | fork & } fork
You’re telling markdown to format the code in the language
fork() {
and then break the code block early by not having>
in front of the next line. Here’s a quoted code block formatted insh
: