Rarely, one wants to put a link inside square brackets, e.g. when you insert a "[sic]" inside a quote and want to link "sic" for further information. Trying to do so in VE creates broken wikitext:
- Open a page for editing in VE.
- Create a link inside square brackets, e.g. by first creating (or re-using) a link and putting square brackets before and after, or by creating a word inside square brackets and linking it then.
- Save the page (or just switch to source code).
Actual:
The created wikitext is something like [[[foo]]], which will not be rendered as link, but just display verbatim.
Expected:
The wikitext created should be valid, e.g. [<nowiki />[[foo]]], which will be rendered as desired.