https://bugzilla.wikimedia.org/show_bug.cgi?id=43067
--- Comment #2 from [email protected] --- The nowiki-escaping is related to how Parsoid parses the text: [[Link target|These are ['''just''' normal brackets]]] and the fact that the last "]" is outside the link. The nowiki escaping strategy is safe (but conservative) and tries not to accidentally create a wikilink when a "]" precedes a regular link bracket. We (Parsoid team) should fix the parse first, add new tests, and then update the nowiki escaping. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
