If you come across something that doesn’t work pop it here

  • Victor@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    4 months ago

    Not sure if code blocks are supported at all (I’ll test using this comment); I know inline code strings are, but blocks I’m not sure.

    Either way, in the editor, I’m missing buttons for both inserting inline code and a code block.

    Speaking of messages, I can’t seem to find a way to mark a message/comment reply as unread. I would like that very much.

    #!/bin/fish
    #Testing a block of code
    if true
      printf "yes"
    else
      printf "no"
    end