wiki-archive/twiki/data/TWiki/TWikiTip008.txt,v

44 lines
719 B
Plaintext
Raw Normal View History

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2006.02.01.12.01.24; author TWikiContributor; state Exp;
branches;
next ;
desc
@new-topic
@
1.1
log
@buildrelease
@
text
@%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>
&lt;verbatim&gt;
| *Header1* | *Header1* |
| Data1 | Data2 |
&lt;/verbatim&gt;
</pre>
[[TWikiTipsOfTheDay][See More Tips...]]
-- TWiki:Main.PaulineCheung - 29 Jan 2005
@