https://bugzilla.wikimedia.org/show_bug.cgi?id=51086

       Web browser: ---
            Bug ID: 51086
           Summary: Parsoid turns double newlines in blockquotes into
                    paragraphs
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: gwi...@wikimedia.org
          Reporter: roan.katt...@gmail.com
                CC: ssas...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

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"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to