Wiki Syntax
Basically wiki render engine is based on the radeox engine and use the same syntax.You can use wiki syntax in :- Project summary
- Wiki content
- Menu content
- Forum messages
- Bugtrackers issues
Simple text filters
| Mnemonic | Comment |
|---|---|
| 1 Title | a style 1 heading (major heading) |
| 1.1 Title | a style 1.1 heading (minor heading) |
| - text | a list item (with -), several lines create a single list |
| * text | a list item (with *) |
| 1. text | an enumerated list |
| a. text | alphabetical enumerated list |
| A. text | uppercase alphabetical enumerated list |
| i. text | roman enumerated list |
| I. text | uppercase roman enumerated list |
| g. text | greek enumerated list |
| __bold__ | simple bold text |
| ~~italics~~ | simple italic text |
| --strike-- | strike through text |
| (empty line) | produces a new paragraph |
| \ | creates a line break, please use sparingly! |
| http://snipsnap.org/ | creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space. |
| \X | escape special character X (i.e. {) |
| ---- | creates a horizontal rule |
Specific syntax
Make a link to a libresource resource : [/projects/resource]Insert an image : {image:/projects/files/image} where /projects/files/image is a File resource
Display children list: {children}
Display the sub projects list: {subProjects}