[subbu@earth tests] cat /tmp/wt {| |- title="foo" | [[Foo]] |} [subbu@earth tests] node parse --wt2wt < /tmp/wt {| |- title="foo" | [ Foo]] |}
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Content on table start / row is all attributes | mediawiki/services/parsoid | master | +75 -42 |
Related Objects
Related Objects
Event Timeline
Comment Actions
After 4d1551535c5a2b8cfbdb70b83ca88bb562ee6138 it now rt's as,
[[Foo]] {| |- title="foo" | |}
which is arguably more correct.
We have a test for this called, "RT-ed inter-element separators should be valid separators".
Comment Actions
Change 237182 had a related patch set uploaded (by Arlolra):
Content on table start / row is all attributes
Comment Actions
T95131#1618958 was very wrong. Content on table start / row is all attributes. With that patch,
λ (T95131) cat t | node parse --wt2wt {| |- title="foo" | [[Foo]] |}