Text Formatting Notation Help
Advanced Formatting
More advanced text formatting.
| Notation | Comment | 
|---|---|
|  | Makes a preformatted block of text with no syntax highlighting. All the optional parameters of {panel} macro are valid for {noformat} too. 
 Example: preformatted piece of text so *no* further _formatting_ is done here | 
|  | Embraces a block of text within a fully customizable panel. The optional parameters you can define are the following ones:  
 Example: 
                                        My Title
                                     
                                        a block of text surrounded with a panel yet another line | 
|  | Makes a preformatted block of code with syntax highlighting. All the optional parameters of {panel} macro are valid for {code} too. The default language is Java but you can specify JavaScript, ActionScript, XML and SQL too. Example: 
                                        Bar.java
                                     // Some comments here public String getFoo() { return foo; } <test> <another tag="attribute"/> </test> |