> Was I surprised that these characters broke the table generator.
Well, table markup uses special markers to determine cell types:
> |Single|!|
A leading exclamation mark generates a header cell.
> |Currency| @ |
Leading and trailing spaces determine text alignment:
http://www.tiddlywiki.org/wiki/Tables#Text_Alignment
Your best bet is to use monospace wrappers:
---------------
|!Variable|!Type Suffix|h
|Integer|{{{%}}}|
|Long|{{{&}}}|
|Single|{{{!}}}|
|Double|{{{#}}}|
|Currency|{{{ @ }}}|
|String|{{{$}}}|
|Byte|None|
|Boolean|None|
|Date|None|
|Object|None|
|Variant|None|
---------------
HTH.
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---