JOTWiki Syntax:


Text Formatting:
SyntaxDescriptionExample
** foo **Bold textfoo
// foo // Italic textfoo
__ foo __ Underscored text foo
<del> foo </del> Deleted (striked) text foo
<sub> foo </sub> Subscript text foo
<html> &gt; </html>Html Code (Content won't be parsed)&gt;

Headings / Separators:
====== foo ====== Largest Heading (H1)

foo

== foo == Smallest Heading (H5)
foo
------ Separator (<HR>) 3 or more dashes
  *foo
*bar
Bullet list item(2 spaces followed by *)
  • foo
  • bar
  -foo
-bar
Bullet list item(2 spaces followed by -)
  • foo
  • bar

Images / Files(Images will display inline, Files will be linked to).
{{help.jpg}}Image
{{help.png }}Image aligned left
{{ help.gif}}Image aligned right
{{ help.bmp }}Image centered
{{myfile.xls}}Attached file(link)myfile.xls

Tables
^head1^head2^
|cel1| cel2|
|cel3 | cel4 |
Table
left/right/centered
Terminate by empty line
head1head2
cel1cel2
cel3cel4

Links
[[http://www.google.com]]
[[http://www.google.com | Google]]
Link
Link with title
http://www.google.com
Google

Code (In a code box, not parsed)
''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;

Smileys:
:-)   ;-)   :-D   :-P   :-(
              

Content Boxes (with icon)
Start with KEYWORD:
ends with empty line.
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