20 lines
524 B
Plaintext
20 lines
524 B
Plaintext
%META:TOPICINFO{author="TWikiContributor" date="1107569481" format="1.0" version="1"}%
|
|
%META:TOPICPARENT{name="TWikiTipsOfTheDay"}%
|
|
---+ Escaping TWiki rendering
|
|
|
|
Use the verbatim tag to surround code excerpts and other formatted text with =<verbatim>= and =</verbatim>= tags. Each tag must be on a line by itself.
|
|
|
|
For Example:
|
|
|
|
<pre>
|
|
<verbatim>
|
|
| *Header1* | *Header1* |
|
|
| Data1 | Data2 |
|
|
</verbatim>
|
|
</pre>
|
|
|
|
[[TWikiTipsOfTheDay][See More Tips...]]
|
|
|
|
-- TWiki:Main.PaulineCheung - 29 Jan 2005
|
|
|