| Syntax | Description | Example |
|---|---|---|
| ** foo ** | Bold text | foo |
| // foo // | Italic text | foo |
| __ foo __ | Underscored text | foo |
| <del> foo </del> | Deleted (striked) text | |
| <sub> foo </sub> | Subscript text | foo |
| <html> > </html> | Html Code (Content won't be parsed) | > |
| ====== foo ====== | Largest Heading (H1) | foo |
| == foo == | Smallest Heading (H5) | foo |
| ------ | Separator (<HR>) 3 or more dashes | |
*foo | Bullet list item(2 spaces followed by *) |
|
-foo | Bullet list item(2 spaces followed by -) |
|
| {{help.jpg}} | Image | |
| {{help.png }} | Image aligned left | |
| {{ help.gif}} | Image aligned right | |
| {{ help.bmp }} | Image centered | |
| {{myfile.xls}} | Attached file(link) | myfile.xls |
| ^head1^head2^ |cel1| cel2| |cel3 | cel4 | | Table left/right/centered Terminate by empty line |
|
| [[http://www.google.com]] [[http://www.google.com | Google]] | Link Link with title | http://www.google.com |
| ''sudo ls -lai'' | Single line (inline) code (2 single quotes) | sudo ls -lai |
| <code> int i=2; i+=1; </code> | Large code block | int i=2; i=i+1; |
| <code | Addition Example> int i=2; i+=1; </code> | Large code block with title | Addition Example int i=2;i=i+1; |
| FIXME: Example Fixme box With two lines | Example Fixme box With two lines |
| WARNING: Example Warning box | Example Warning box |
| TIP: Example Tip box | Example Tip box |
| NOTE: Example Note box | Example Note box |
| DELETEME: Example DeleteMe box | Example DeleteMe box |