Document Title
A paragraph with bold and italic text. A link to Eclipse.

Section title
- Unordered list item
- Use a nested
<ul>
tag to create a nested item - Second unordered list item
NOTE
An admonition can be emulated using a bold label and some CSS.
Subsection title
Text inside a <pre> tag is preformatted.
A code block with a Python function named hello
that prints Hello, World
:
def hello name = 'World'
puts "Hello, #{name}!"
end