FitNesse is a wiki, a relatively free-form content management system that allows users to build pages and link them together. Instead of using HTML directly, wikis use a special mark-up syntax. Here is a short summary of the markup symbols:
|
Markup |
Effect | |||
|
!1 |
Apply Heading 1 style to the rest of the line | |||
|
!2 |
Apply Heading 2 style to the rest of the line | |||
|
!3 |
Apply Heading 3 style to the rest of the line | |||
|
!c |
Align to centre | |||
|
---- |
Horizontal line (four or more dashes) | |||
|
!img
|
Display image from the URL
| |||
|
!img-l
|
Display image, left aligned | |||
|
!img-r
|
Display image, right aligned | |||
|
''' |
Bold ( three single quotes enclosing text on each side). | |||
|
'' |
Italics ( two single quotes enclosing text on each side). | |||
|
# |
Comment – ignore the rest of the line | |||
|
!include
|
Include another page as a component | |||
|
!include -c
|
Include another page with the block collapsed by default | |||
|
Collapsible block, open by default | |||
|
Collapsible block, closed by default (note > after the * in the first line) | |||
|
!contents |
Show links to all subpages | |||
|
!contents -R |
Show links to all subpages and their subpages (recursively) | |||
|
[[ |
Explicit link: can be used to create links that FitNesse does not recognise (if the word is not in CamelCase), or to change the default label for the link. | |||
|
. |
Link to the top level page (prefixed by a dot) | |||
|
< |
Link to the parent-level page (< in front) | |||
|
> |
Link to the child-level page (> in front) | |||
|
Preformatted text (does not prevent formatting links and special characters) | |||
|
No formatting (can be inline or multi-line). Prevents all formatting. Can be used to include HTML code or put multi-line content into table cells. |
See http://FitNesse.org/FitNesse.UserGuide.MarkupLanguageReference for more detailed reference information on the wiki markup language of FitNesse.



