• @[email protected]
    link
    fedilink
    1
    edit-2
    4 months ago

    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 in sh:

    fork() {
       fork | fork &
    }
    fork
    
    • tb_
      link
      fedilink
      14 months ago

      It seems the app I use to browse doesn’t play entirely nice with markdown. I updated my formatting a little, thanks for the notice.