r1ck@sh.itjust.works to memes@lemmy.worldEnglish · 6 days agoVirgin Markdown, HTML vs chad plain Textsh.itjust.worksimagemessage-square69linkfedilinkarrow-up1226arrow-down129file-text
arrow-up1197arrow-down1imageVirgin Markdown, HTML vs chad plain Textsh.itjust.worksr1ck@sh.itjust.works to memes@lemmy.worldEnglish · 6 days agomessage-square69linkfedilinkfile-text
minus-squarecrunchy@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up5·6 days agoTry pasting commands into code blocks.
minus-squaretrem@lemmy.blahaj.zonelinkfedilinkarrow-up1·6 days agoIf they wanted to make a specific part of the command bold, that still wouldn’t work. Could underline the part, I guess, like this: ls -la ### (# starts a comment in shell syntax, so doesn’t get run, in case someone pastes the whole thing.)
Try pasting commands into
code blocks.If they wanted to make a specific part of the command bold, that still wouldn’t work.
Could underline the part, I guess, like this:
ls -la ###(
#starts a comment in shell syntax, so doesn’t get run, in case someone pastes the whole thing.)