The Brachinus crepitans, or bombardier beetle, measures just 2 cm but wields a powerful chemical defense. When threatened, it mixes hydroquinone and hydrogen peroxide inside its abdomen, triggering an exothermic reaction that reaches 100 °C. It ejects bursts of corrosive benzoquinones at 500 pulses per second, burning and repelling predators. This precise, repeatable mechanism has inspired research into reigniting gas turbines in aircraft under extreme conditions as low as –50 °C. Its internal valve and chamber system is now studied in chemical engineering and advanced biomimicry.

        • GiveOver@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          I know it but I haven’t seen a good way of doing a long quote. Do I need the > on every single line? I’ve no idea why this time it put it into a code block, maybe something to do with my app (sync). The comment actually looks fine in a code block on my app so I thought it was good enough. Didn’t realise how shit it looked on desktop until you brought it up.

          • ohshit604@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            1 day ago

            I know it but I haven’t seen a good way of doing a long quote.

            Just gotta do the start of each paragraph.


            This is an example of a paragraph

            This is paragraph 2

            This is paragraph 3 without the leading >

            This is paragraph 4


            The comment actually looks fine in a code block on my app so I thought it was good enough. Didn’t realise how shit it looked on desktop until you brought it up.

            Each application will handle markdown differently, I would just stick with what is documented by Lemmy devs.

    • trevdog@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      idk why but I kind of like to read it with random keywords highlighted and every apostrophe toggling the effect

    • bitwolf@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      I tend to use them because they’re easier than quotes.

      Newlines won’t terminate the block but with quotes you have to manually insert a > at each linebreak.

      • anton@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        No you don’t
        You just have to make sure to terminate the line with two spaces. Unless you have a different markdown renderer than the web interface and most apps.

        Or does line break mean empty lines to you?

        • bitwolf@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 day ago

          I understand you can use double space to use a markdown linebreak and mitigate the need to do it.

          However if you’re copy pasting a quote this still has to be done manually by the person copying the text.

          In which case manually putting the > on empty lines is easier but still more time consuming than using a code block.

          This is for all flavors of markdown I’ve used including github flavored.