Google Charts urls can contain the "|" character
http://code.google.com/apis/chart/
Sample url:
http://chart.apis.google.com/chart?cht=r&chs=200x200&chd=t:10,20,30,40,50,60,70,80,90|20,30,40,50,60,70,80,90,100
http://is.gd/jhw
Of course, these urls cannot work when not using the "alt" element
[img[
http://example.com/image.jpg]]
but they probably should work when providing an "alt" text
[img[This is shown as a tooltip|
http://example.com/image.jpg]]
I'm under the impression that there is one too many ^\| in the regular
expression, but before opening a ticket, I'd like to know if I'm
missing something
http://tiddlywiki.pastebin.com/m217ae552
Is that a cut'n'paste leftover, or does it have some purpouse that I'm
missing?