List of steps to reproduce (step by step, including full links if applicable):
- Copy the text at https://www.mediawiki.org/w/index.php?title=User:Quiddity_(WMF)/sandbox2&oldid=4960730
- which in wikitext is written as [mailto:foo@bar.com foo@bar.com]
- Paste it into a VisualEditor-mode editing window.
- It initially displays as red-linked text
- Upon Publishing, the link becomes displayed as "[[1]]" with the middle-3 characters linked
- the underlying wikitext that is saved, is [[mailto:foo@bar.com|foo@bar.com]]
- example: https://www.mediawiki.org/w/index.php?title=User:Quiddity_(WMF)/sandbox&diff=4960735&oldid=4960734&diffmode=source
What happens?:
- Link is saved as a piped double-bracket
What should have happened instead?:
- Link is saved as a spaced single-bracket
- per mailto row in https://www.mediawiki.org/wiki/Help:Links#External_links
