~ubuntu-branches/ubuntu/natty/moin/natty-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
##master-page:
##master-date:
#acl -All:write Default
#format wiki
#language en
#pragma section-numbers off
<<Navigation(slides)>>
= Paragraphs =

The simplest way to enter text into a wiki is similar to doing so in a a word processor.

You just start writing. :)

The only anomaly is that you have to hit "enter" ''twice'' for a paragraph:

== Input in the editor form ==
{{{
First paragraph.
Still first paragraph.

Second paragraph.

Third paragraph.
}}}

== Display ==

First paragraph.
Still first paragraph.

Second paragraph.

Third paragraph.
= Dividing rules =
== Input ==
{{{
First part.
----
Second part.
}}}

== Display ==

First part.
----
Second part.