If you come across something that doesn’t work pop it here
You must log in or register to comment.
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
That reminds me: dollar signs don’t appear in code blocks.
That’s a nasty one. Hard to paste shell code 😅