Ljdawson (Sync dev)@lemmy.worldM to Sync for Lemmy@lemmy.worldEnglish · edit-28 months agoMarkdown testspinmessage-squaremessage-square67fedilinkarrow-up179arrow-down12file-text
arrow-up177arrow-down1message-squareMarkdown testspinLjdawson (Sync dev)@lemmy.worldM to Sync for Lemmy@lemmy.worldEnglish · edit-28 months agomessage-square67fedilinkfile-text
minus-squareVictor@lemmy.worldlinkfedilinkEnglisharrow-up5·edit-28 months agoNot 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
minus-squarecan@sh.itjust.workslinkfedilinkEnglisharrow-up4·8 months agoThat reminds me: dollar signs don’t appear in code blocks.
minus-squareVictor@lemmy.worldlinkfedilinkEnglisharrow-up3·8 months agoThat’s a nasty one. Hard to paste shell code 😅
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 😅