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

       Web browser: ---
            Bug ID: 48557
           Summary: Parsoid: Default whitespace for categories to be a
                    single newline seperator between, and two beforehand
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/serializer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Hope this is clear - currently:

<p>Text</p><link rel="mw:WikiLink/Category" href="./Category:Foo"><link
rel="mw:WikiLink/Category" href="./Category:Bar"><link
rel="mw:WikiLink/Category" href="./Category:Baz">

serialises to:

Text[[Category:Foo]][[Category:Bar]][[Category:Baz]]

and ideally we'd like:

Text

[[Category:Foo]]
[[Category:Bar]]
[[Category:Baz]]

Is this do-able? (If the two-new-lines bit is hard, happy to postpone that
side.)

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