TextFormattingRules |
|
Your trail: |
Difference between
version 9
and
version 4:
At line 5 removed 4 lines. |
!Tips for writing code |
|
If you want to add preformatted text (like code) just use three consecutive braces ({) to open a block, and three consecutive braces (}) to close a block. Edit this page for an example. You can also use the Java2HtmlPlugin. |
|
At line 10 removed 13 lines. |
[{Java2HtmlPlugin |
|
public class HelloWorld { |
public static void main(String args[]) { |
System.out.println("Hello World!"); |
} |
} |
}] |
}}} |
|
!!General Formatting |
|
{{{ |
At line 32 added 15 lines. |
!Tips for writing code |
|
If you want to add preformatted text (like code) just use three consecutive braces ({) to open a block, and three consecutive braces (}) to close a block. Edit this page for an example. You can also use the Java2HtmlPlugin. |
|
{{{ |
[{Java2HtmlPlugin |
|
public class HelloWorld { |
public static void main(String args[]) { |
System.out.println("Hello World!"); |
} |
} |
}] |
}}} |
|
Back to TextFormattingRules,
or to the Page History.
|