Steps to reproduce
- Open https://hu.wiktionary.org/w/index.php?title=sohase&useparsoid=0#További_információk.
- Notice that the links are listed in four columns.
- Open https://hu.wiktionary.org/w/index.php?title=sohase&useparsoid=1#További_információk.
Actual result
- Notice that the links are listed in one column.
Expected result
- Notice that the links are still listed in four columns.
Other information
- The links are generated by {{hu-links}}, by putting the links right after an {{acol4}} call. {{acol4}} uses TemplateStyles and a next-sibling selector to the style the otherwise unrelated list. Parsoid breaks this by inserting an empty <span> in between.
- This bug affects both VisualEditor and read views.