| | | |
| ## Syntax | | ## Syntax |
| | | |
| The Wiki uses Markdown as it's markup language. Pl | | The Wiki uses Markdown as it's markup language. Pl |
| ease see http://daringfireball.net/projects/markdo | | ease see http://daringfireball.net/projects/markdo |
| wn/ for information about the syntax. | | wn/ for information about the syntax. |
| | | |
t | | t | ## Wiki Links
|
| | |
|
| | | To link to other wiki pages you can use one of two |
| | | linking techniques:
|
| | |
|
| | | - CamelCase - simply write two ore more uppercase |
| | | letters in a word and it will transform into a lin |
| | | k. - If you don't want that to happen you can esca |
| | | pe it with \ .. like: \\CamelCase (the \ will of c |
| | | ourse not appear in the output: \CamelCase)
|
| | | - enclose any word in [ ] brackets. e.g.: [link ] |
| | | (without any spaces in it) and it will transform i |
| | | nto a link.
|
| | | |
| ## Macros | | ## Macros |
| | | |
| Macros are a SCT extension to the Markdown languag | | Macros are a SCT extension to the Markdown languag |
| e. Their basic syntax is: | | e. Their basic syntax is: |
| | | |