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

--- Comment #4 from Matthew Flaschen <[email protected]> ---
(In reply to Niklas Laxström from comment #3)
> Confirmed still happening. However, I think the others are underescaping
> rather that the last one overescaping.

I think the others are okay and the last one is over-escaping.  &rarr; is valid
wikitext for a right arrow (it's part of the subset of HTML that is allowed). 
Since it's valid wikitext, it should be allowed in parse mode.

[http://example.com linktext] b &rarr; c

renders to:

<a rel="nofollow" class="external text" href="http://example.com";>linktext</a>
b → c

(see
https://en.wikipedia.org/w/index.php?title=User:Mattflaschen_(WMF)/Sandbox&oldid=632518564)

which is equivalent to (and renders the same as):

<a rel="nofollow" class="external text" href="http://example.com";>linktext</a>
b &rarr; c

-- 
You are receiving this mail because:
You are the assignee for the bug.
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