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. |
||||||||||||
Headers | |||||||||||||
|
h1. Header 1 h2. Header 2 h3. Header 3 |
Header 1Header 2Header 3 |
||||||||||||
|
= Header 1 = == Header 2 == === Header 3 === |
Header 1Header 2Header 3 |
||||||||||||
Text Blocks | |||||||||||||
| bq. A block quotation |
|
||||||||||||
| bc. A code block |
|
||||||||||||
{{{
public String toString() {
this.entity.getNodeName();
}
}}}
|
|
||||||||||||
Format | |||||||||||||
|
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 superscript: I believe every word subscript: I believe every word inline-code: I |
||||||||||||
Lists | |||||||||||||
|
# Fuel could be: ## Coal ## Gasoline ## Electricity |
|
||||||||||||
|
* Fuel could be: ** Coal ** Gasoline ** Electricity |
|
||||||||||||
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 | |
|
||||||||||||
|
|_. attribute list | |<. align left | |>. align right| |=. align center | |<>. align justify | |^. valign top | |~. valign bottom | |
|
||||||||||||
|
|\2. two column span | | col 1 | col 2 | |
|
||||||||||||