Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
About
EditPageHelp
OneMinuteWiki
WikiEtiquette
WikiVariables




JSPWiki v2.2.33

[RSS]


Hide Menu

TextFormattingRules


Difference between version 2 and version 1:

At line 5 added 4 lines.
__writing code on the wiki__
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 added 12 lines.
[{Java2HtmlPlugin
public class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
}]
}}}
{{{

Back to TextFormattingRules, or to the Page History.