JBoss.orgCommunity Documentation

Chapter 1. Non media objects

1.1. Using the para element
1.2. Special chars
1.3. Using the section element
1.3.1. Subsection 1
1.4. Using the itemizedlist element
1.5. Using the programlisting element
1.6. Note, warning and important

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:

Nested itemizedlist:

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: