~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/System/TipTopic008.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%META:TOPICINFO{author="ProjectContributor" date="1107569481" format="1.1" version="$Rev$"}%
 
2
%META:TOPICPARENT{name="TipsOfTheDay"}%
 
3
---+ Escaping Foswiki rendering
 
4
 
 
5
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. 
 
6
 
 
7
For Example:
 
8
 
 
9
<pre>
 
10
&lt;verbatim&gt;
 
11
| *Header1* | *Header1* |
 
12
| Data1     | Data2     |
 
13
&lt;/verbatim&gt;
 
14
</pre>
 
15
 
 
16
[[TipsOfTheDay][See More Tips...]]