While writing a markdown post, I thought of a nifty hack to insert text as a block quotation using Thunderbird.
Format for Block Quotation in Markdown
A block quotation in markdown has a greater-than symbol and a space at the beginning of each line, like so:
> Lorem ipsum dolor sit amet consectetur adipiscing elit
> sed do eiusmod tempor incididunt ut labore et dolore
The Hack
- Copy the text you want to quote.
- Switch to Thunderbird. Start a new message and move to the area where you’d type the email body.
- Select the menu option Edit > Paste as quotation.[✲]
- Rewrap the lines using the menu
option Edit > Rewrap.[†]
The text is now wrapped, with each line prepended by
>. - Copy the newly reformatted text.
- Finally, paste it in your markdown text editor.
Block Quotes in Other Programs
You might be able to accomplish this with other software. (A different email program? maybe a Usenet client?) Undoubtedly the menu options will be different.