https://bugzilla.wikimedia.org/show_bug.cgi?id=48891
--- Comment #39 from Gabriel Wicke <[email protected]> --- (In reply to comment #36) > Issues I have found: > > * [MAJOR] Disabling edit section links does not work for headings inside > <translate> tags You could try marking your output as HTML according to https://www.mediawiki.org/wiki/Manual:Tag_extensions#How_can_I_avoid_modification_of_my_extension.27s_HTML_output.3F I'm not sure whether that suppresses section edit links too, but worth a try IMO. > * [NORMAL] Edit section links don't work. Not a regression, but would be nice > fix. Above issue make this a bigger issue. > * [BLOCKER] Table of contents does not include links Can you check whether your headings are matched by the formatHeadings regexp? Ideally we'd move both TOC and section edit links to JS / CSS. That is our plan for Parsoid output, but not going to happen over night. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
