Wikitext:
<blockquote> Foo Bar </blockquote>
Parsoid renders this as:
<blockquote data-parsoid='{"stx":"html","dsr":[0,35,12,13]}'> <p data-parsoid='{"dsr":[13,16,0,0]}'>Foo</p> <p data-parsoid='{"dsr":[18,21,0,0]}'>Bar</p> </blockquote>
PHP renders this as:
<blockquote> Foo Bar </blockquote>
which displays as "Foo Bar"
Version: unspecified
Severity: normal
See Also:
T8200
T3857
T17491