JBoss.orgCommunity Documentation
Para 1
Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself. Para 2 is long because it repeats itself.
Financial: dollar ($), euro (€), pound (£)
XML escapes: lower then (<), greater then (>), ampersand (&), double quotes ("), non breaking space ( )
Java escapes: backslash (\)
Hello world translations: Russian (привет мир), Chinese (你好世界), Swedish (hallå världen), Arabic (مرحبا العالم), Hindi (नमस्ते दुनिया)
Simple itemizedlist:
listitem 1
listitem 2
Nested itemizedlist:
listitem 1
listitem 1.1
listitem 1.2
listitem 2
listitem 2.1
listitem 2.1.1
listitem 2.1.1.1
First Java:
public class HelloWorld { public static void main(String[] args) { // This is a comment HelloWorld w = new HelloWorld(); w.say(); } private String greeting = "Hello"; public void say() { System.out.println(greeting + ", world!"); } ... }
Then XML:
<?xml version="1.0" encoding="UTF-8"?> <root> <element attribute="value1"> text1 </element> <element attribute="value2">text2</element> <element/> </root>
In itemizedlist:
listitem 1
public class HelloWorld { public static void main(String[] args) {...} }
listitem 2
This is a note
This is a warning
This is an important
This is a warning with a programlisting
public class HelloWorld { public static void main(String[] args) {...} }
This is an important with an itemizedlist
listitem 1
listitem 1.1
listitem 1.2
listitem 2