Better Markdown for multiline blockquotes
When quoting a number of lines of text in Markdown, I hate having to manually prefix every one of them with >. I want to have multiple lines between >>> end up as a blockquote, just like we have ``` for code.
/cc @stanhu @rspeicher