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.
Why did you use a code block for a quote?
I didn’t do it on purpose, I just copied and pasted
Ah I see, should familiarize yourself with Lemmy’s markdown.
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.
idk why but I kind of like to read it with random keywords highlighted and every apostrophe toggling the effect
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.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.