https://bugzilla.wikimedia.org/show_bug.cgi?id=61834

--- Comment #12 from Brad Jorsch <bjor...@wikimedia.org> ---
(In reply to Umherirrender from comment #11)
> The simplest fix is to use line anchors and only allow bolding of rows with
> * at begin and end. But I do not know, if that will break intented
> highlighting.

Looking at a few examples, it seems that the only bit of API help text in core
and WMF-deployed extensions that wouldn't be caught by a regex along the lines
of /^(\s*)(\*.*\*)(\s*)$/m => "$1<b>$2</b>$3" is an instance of "*always*" in
ApiQueryRandom. So I'd merge a patch that changed the regex like that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to