The quote looks exactly the same as in the original article.
Type of issue
IV page is missing essential content
Reported
Mar 20, 2019
Log In
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
The funny part here is, in the source, they set those p to `inline` with css `.pb-f-article-body blockquote p`, that's why we get a large block there.
So we have two choices here:
1. `<span>: //blockquote//p` to keep a large block as the source does
2. Add extra br to separate those p
(The second blockquote has no such problem because there's no p but br)