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

            Bug ID: 67768
           Summary: Characters are garbled after a blockquote containing a
                    linked parameter
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

The following wikitext:
<blockquote>[[{{{1}}}]]</blockquote>abcdefgh

round-trips to this:
<blockquote>[[{{{1}}}]]</blockquote>ababcdefgh

The "a" and the "b" are somehow being doubled.

If a newline is present after the blockquote, then this:
<blockquote>[[{{{1}}}]]</blockquote>
abcdefgh

becomes this:
<blockquote>[[{{{1}}}]]</blockquote>
a
cdefgh

Now, the "b" is changed to a second newline.

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

Reply via email to