i cannot believe I was vscode-pilled for so long, holy shit. it takes like a week tops to get a basic understanding of the bindings, and from there it's just light speed.

they weren't lying, I am programming as fast as i am processing :isaac-pog:

    • Kumikommunism [they/them]
      ·
      edit-2
      2 years ago

      Markdown erases single line breaks. You need to place two spaces at the end of each line if you want people to be able to copy and paste with no confusion.

      • wopazoo [he/him]
        ·
        edit-2
        2 years ago

        ```

        or you can surround code with three backticks

        ```

        and you get this
        a
        b
        c
        
        • Kumikommunism [they/them]
          ·
          2 years ago

          Yeah, that's actually a better solution. It's easier and doesn't add extra whitespace.