https://bugzilla.wikimedia.org/show_bug.cgi?id=43067
--- Comment #4 from Gabriel Wicke <[email protected]> --- One underlying issue is that our tokenizer is relatively liberal in what it accepts as an external link target, while a stricter validation is applied after templates etc are expanded. Our wikitext escaper also makes use of the tokenizer (plus some regexps), but does not (yet) consider external links that turn out to have invalid targets. Current output: echo "[[Link target|These are '''just''' [normal brackets]]]" | nodejs parse --wt2wt [[Link target|These are '''just'''<nowiki> [normal brackets]</nowiki>]] -- 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
