Markdown: Multiline Blockquote broken in `markdown.md`

Summary

The multiline blockquote example is broken on gitlab.com as well as docs.gitlab.com (see here). It works in this Issue tracker though.

Steps to reproduce

Go to

or

What is the current bug behavior?

>>>
If you paste a message from somewhere else

that

spans

multiple lines,

you can quote that without having to manually prepend `>` to every line!
>>>

compiles to

If you paste a message from somewhere else

that

spans

multiple lines,

you can quote that without having to manually prepend > to every line!

What is the expected correct behavior?

It should compile to

If you paste a message from somewhere else

that

spans

multiple lines,

you can quote that without having to manually prepend > to every line!

Relevant screenshot

2018-09-19_11_06_50-doc_user_markdown.md___master___GitLab.org___GitLab_Community_Edition___GitLab