Path: Computer > Miscellanea > Wiki > Wiki Example

Wiki Example

Following is the “source code” of what you see below:

.* a list entry
.** another, one level further down
.# a numbered list
.## more of the same
Simple text can be written down just like that. There are also a few attributes,
like  _*bold*_ and _/italic/_.
.4 There are headers like this one and also simple tables:
||test1||test2||test3||
||test1|| ||test3||
||test1||test2||test3||
Links: http://thomaslauer.com/start/ or _[http://thomaslauer.com/start/|Thomas]_
and there's lots more, of course.
.-
.-
Like horizontal rulers.
THE END.

And this is the actual output:

<ul>
<li>a list entry
<ul>
<li>another, one level further down</li>
</ul>
</li>
</ul>
<ol>
<li>a numbered list
<ol>
<li>more of the same</li>
</ol>
</li>
</ol>
<p>Simple text can be written down just like that. There are also a few attributes, like  <strong>bold</strong> and <em>italic</em>.</p>
<h4>There are headers like this one and also simple tables:</h4>
<table class="txt2doc-standard">
<tr>
<td>test1</td>
<td>test2</td>
<td>test3</td>
</tr>
<tr>
<td>test1</td>
<td> </td>
<td>test3</td>
</tr>
<tr>
<td>test1</td>
<td>test2</td>
<td>test3</td>
</tr>
</table>
<p>Links: <a href="http://thomaslauer.com/start/">http://thomaslauer.com/start/</a> or <a  href="http://thomaslauer.com/start/">Thomas</a></p>
<p>and there's lots more, of course.</p>
<hr>
<hr>
<p>Like horizontal rulers.</p>
<p>THE END.</p>

And this is what your browser makes of it:

  1. a numbered list
    1. more of the same

Simple text can be written down just like that. There are also a few attributes, like bold and italic.

There are headers like this one and also simple tables:

test1 test2 test3
test1 test3
test1 test2 test3

Links: http://thomaslauer.com/start/ or Thomas

and there's lots more, of course.



Like horizontal rulers.

THE END.


$updated from: Wiki Example.htxt Fri 25 Apr 2008 16:35:25 thomasl$