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

       Web browser: ---
            Bug ID: 49974
           Summary: Comments split lists in Parsoid
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/token-stream transforms
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The following wikitext generates one list in PHP parser and two lists in
Parsoid.

*a
<!--foo-->
*b

This is a more generic issue where we need to recognize a run of newlines and
comments as equivalent to a single newline in all transformers.  We can then
remove some of the logic in pre- and p-wrap transformers that handle this 
scenario independently.

-- 
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