Speaking of, you gotta let it go. “Natasha is dead. She is dead. She’s dead. Okay?” She knows what you Marvel fans are chirping. “They just don’t want to believe it. They’re like, ‘But she could come back!’ Look, I think the balance of the entire universe is held in her hand. We’re going to have to let it go. She saved the world. Let her have her hero moment.”

  • Cosmic Cleric@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 days ago

    Speaking of, you gotta let it go. “Natasha is dead. She is dead. She’s dead. Okay?”

    “She’s dead, Jim.”
          - Dr. Leonard McCoy

    Edit: Apparently its impossible to format text to indent and single-dash a line of text. Hopefully the joke still comes through.

    Edit2: Got around the problem by formatting the text as code.

    Edit3: And we have a Winnarr! https://lemmy.world/comment/15635385

        • CrayonRosary@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 days ago

          It works everywhere. I simply typed it in. Here’s the source:

          I put a normal space after each non-breaking space for a total of 4 spaces. I could have just used 4 non-breaking spaces, I suppose.

            • CrayonRosary@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              5 days ago

              Yes, the code that converts markdown to HTML is only looking for spaces. If you put four spaces in a row at the start of a line, it’s a code block. If you also add a dash, it’s a second level bulleted list item.

              You have to do something to keep the parser from seeing the 4 spaces, and using non-breaking spaces is the best way of doing that.

        • southsamurai@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          6 days ago

          Markdown, you either hit tab once, after the line break, or you use spaces.

          I favor 4 spaces to indent, since I mostly type on-screen nowadays, so the habit carries over even when I’m not. But some prefer a 5 space indent.

          It doesn’t help that not every app handles markdown right, vs browser use.

          Once I got used to using markdown on reddit years ago, I found I prefer it over a more standard word processing program, so I even use markor for writing full chapters now, and just convert on my laptop when I’m ready to sit down and edit.

          • Cosmic Cleric@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            6 days ago

            I’m using the lemmy.world web site, and their web-based editor doesn’t seem to have a way to switch into markdown mode. Only text entry, and ‘preview’. ??

            I tried using a TAB, and the cursor leaves the next field, and moves to the “Select language” dropdown control.

            I also tried four spaces, but it ran the two lines together like one line: “She’s dead, Jim.” - Dr. Leonard McCoy

            This comment is licensed under CC BY-NC-SA 4.0

            • southsamurai@sh.itjust.works
              link
              fedilink
              arrow-up
              0
              ·
              6 days ago

              Ahhh, yeah, you can’t tab like that, I forgot.

              You gotta do a line break. If you hit enter once (enter) You get this.

              If you hit enter twice (enter enter)

              You get this.

              But, if you end your sentence, apply three spaces and then enter, (space space space, enter)
              You get this.

              To indent the second line of that: But, if you end your sentence, apply three spaces and then enter, (space space space, enter)
              (Put your spaces here) You get this.

              • Cosmic Cleric@lemmy.world
                link
                fedilink
                English
                arrow-up
                0
                ·
                6 days ago

                Appreciate the help, truly. Unfortunately that didn’t work either.

                I was able to get a space line between the first and second sentence.

                The indentation “kind of” worked, in that it didn’t show a minus/dash but instead a degree circle symbol, then the second line.

                But now, the third line, the one that started with “Edit:” that was crossed out was immediately below the second line, I couldn’t get a blank line via the (space space space enter) technique, like I was able to between the first and second line.

                Here’s a screenshot of the edit in preview mode …

                This comment is licensed under CC BY-NC-SA 4.0