Paragraphs

A single paragraph

Followed by another

A single paragraph

Followed by another

p. A single paragraph

p. Followed by another

A single paragraph

Followed by another

p<. A left-aligned paragraph

A left-aligned paragraph

p>. A right-aligned paragraph

A right-aligned paragraph

p=. A centered paragraph

A centered paragraph

p<>. A justified paragraph

A justified paragraph

p(. A left idented paragraph

A left idented paragraph

p((. A stronger left idented paragraph

A stronger left idented paragraph

p>). A right aligned & idented paragraph

A right aligned & idented paragraph

I spoke.
And none replied

I spoke. And none replied

I spoke. And none replied

I spoke. And none replied

I spoke.[[BR]]And none replied

I spoke.
And none replied

Headers

h1. Header 1

h2. Header 2

h3. Header 3

Header 1

Header 2

Header 3

= Header 1 =

== Header 2 ==

=== Header 3 ===

Header 1

Header 2

Header 3

Formats

strong: I *believe* every word

emphased: I +believe+ every word

inserted: I _believe_ every word

deleted: I -believe- every word

superscript: I ^believe^ every word

subscript: I ~believe~ every word

inline-code: I @believe@ every word

strong: I believe every word

emphased: I believe every word

inserted: I believe every word

deleted: I believe every word

superscript: I believe every word

subscript: I believe every word

inline-code: I believe every word

Blocks

bq. A block quotation

A block quotation

bc. A code block
A code block
{{{
  public String toString() {
    this.entity.getNodeName();
  }
}}}
  public String toString() {
    this.entity.getNodeName();
  }

Lists

# Fuel could be:
## Coal
## Gasoline
## Electricity
  1. Fuel could be:
    1. Coal
    2. Gasoline
    3. Electricity
* Fuel could be:
** Coal
** Gasoline
** Electricity
  • Fuel could be:
    • Coal
    • Gasoline
    • Electricity

Links

Make a link to [[Another page]] in the
Wiki by enclosing it in double-brackets.

Make a link to Another page? in the Wiki by enclosing it in double-brackets.

Another [[The real page name:example]]
for internal Wiki page references.

Another example? for internal Wiki page references.

Use a backslash to escape [[\Wiki]] links.

Use a backslash to escape [[Wiki]] links.

You can find Retrospectiva
under http://www.retrospectiva.org

You can find Retrospectiva under http://www.retrospectiva.org

Please visit
"Retrospectiva":http://www.retrospectiva.org
for more information

Please visit Retrospectiva for more information

A solution to this problem can be found
in changeset [712]

A solution to this problem can be found in changeset [712]

This problem is described in Ticket [#3733]

This problem is described in Ticket [#3733]

Tables

| name | age | sex |
| joan | 24 | f |
| archie | 29 | m |
| bella | 45 | f |
name age sex
joan 24 f
archie 29 m
bella 45 f
|_. name |_. age |_. sex |
| joan | 24 | f |
| archie | 29 | m |
| bella | 45 | f |
name age sex
joan 24 f
archie 29 m
bella 45 f
|_. attribute list |
|<. align left |
|>. align right|
|=. align center |
|<>. align justify |
|^. valign top |
|~. valign bottom |
attribute list
align left
align right
align center
align justify
valign top
valign bottom
|\2. two column span |
| col 1 | col 2 |
two column span
col 1 col 2