r1ck@sh.itjust.works to memes@lemmy.worldEnglish · 20 days agoVirgin Markdown, HTML vs chad plain Textsh.itjust.worksimagemessage-square53linkfedilinkarrow-up1224file-text
arrow-up1224imageVirgin Markdown, HTML vs chad plain Textsh.itjust.worksr1ck@sh.itjust.works to memes@lemmy.worldEnglish · 20 days agomessage-square53linkfedilinkfile-text
minus-squaretwinnie@feddit.uklinkfedilinkarrow-up5·20 days agoMarkdown is so annoying. I wanted to record a command in Joplin and had the audacity to make it bold to highlight something. Pasted it into their terminal and it put a bunch of asterisks in. Thanks.
minus-squarecrunchy@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up5·20 days agoTry pasting commands into code blocks.
minus-squaretrem@lemmy.blahaj.zonelinkfedilinkarrow-up1·19 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.)
minus-squaretrem@lemmy.blahaj.zonelinkfedilinkarrow-up1·19 days agoHmm, interesting. I always write Markdown unformatted, so where I put the asterisks in myself. So, that’s a decent reality check, I guess.
Markdown is so annoying. I wanted to record a command in Joplin and had the audacity to make it bold to highlight something. Pasted it into their terminal and it put a bunch of asterisks in. Thanks.
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.)Hmm, interesting. I always write Markdown unformatted, so where I put the asterisks in myself. So, that’s a decent reality check, I guess.