Change my mind.

  • twinnie@feddit.uk
    link
    fedilink
    arrow-up
    5
    ·
    20 days ago

    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.

      • trem@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        1
        ·
        19 days ago

        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.)

    • trem@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      19 days ago

      Hmm, interesting. I always write Markdown unformatted, so where I put the asterisks in myself. So, that’s a decent reality check, I guess.