https://bugzilla.wikimedia.org/show_bug.cgi?id=57078
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Component|Editing Tools |Data Model Assignee|[email protected] |[email protected] Summary|VisualEditor: Arrow icons |VisualEditor: Paragraph |are appearing in edit mode |breaks in references show |,in reference list and |up as double arrows |reference editor for every | |new line in reference | |editor | --- Comment #2 from Roan Kattouw <[email protected]> --- ARRRGH. So it turns out that double newlines to create a new paragraph don't work in references, in neither the PHP parser nor in Parsoid. So something like <ref>Foo\n\nBar</ref> actually renders as 1: Foo bar. So, what do we do? Disallow the creation of multi-paragraph references? -- 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
