Question
I have several tables written in twiki shorthand, but in one cell I am attempting to place HTML. To preserve the "|" generated table, I am using <pre> tags to escape and encapsulate the quick HTML tag for an image. I have discovered that by using <pre>, it breaks %TOC%. While all following !---++ syntax after the <pre> tags still displays the proper <hX> equivelant, none of those items are properly added to the %TOC% above.
Is there another syntax that I should be using to get around this? Is this a bug with %TOC%? I know I can always revert to html-based table tags but would rather avoid it if possible.
Environment
--
SeanRaymond - 12 Oct 2005
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
The pre and verbatim tags should be used only on a line by itself.
To escape "|" pipe in a TWiki table write
|.
Example:
| Table cell A |
Cell B with | symbol |
--
PeterThoeny - 14 Nov 2005