http links in tables are not correctly processed when there is a value in 
the next cell (see second line). A workaround is to add a space after the 
link.

|a|a|a|
|b|http:/link|b|
|c|http:/link |c|

http://www.faqs.org/rfcs/rfc1738.html

The character "%" is unsafe because it is used for
encodings of other characters.  Other characters are unsafe because
gateways and other transport agents are known to sometimes modify
such characters. These characters are "{", "}", "|", "\", "^", "~",
"[", "]", and "`".
All unsafe characters must always be encoded within a URL.


Therefor the "|" (pipe) is not a valid URL character and has to be seen as 
the formatting charcter for the beginning of a new cell within a table.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to