https://bugzilla.wikimedia.org/show_bug.cgi?id=51119
James Forrester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|Editing Tools |General Assignee|[email protected] |[email protected] Product|VisualEditor |Parsoid --- Comment #2 from James Forrester <[email protected]> --- Relevant wikitext excerpt: | {{:Christian Delius}} | <!-- Änderungen bitte dort vornehmen, siehe unterhalb des Bearbeitungsfensters --> | * [[Christina Rau]], geb. Delius (* 1956), deutsche Politologin Yeah, this is because the HTML comment and <li> in the wikitext below the template insert themselves into the implicit <ul> that the template creates (and so get marked as part of the same "MediaWiki transclusions" generated content block as the template by Parsoid. I'm not sure what Parsoid could do to "fix" this, really. It's correct parsing of broken-by-design wikitext (which doesn't seem obvious if you're not parsing it). -- 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
