Validate homepage has been moved. Please venture to:

https://sphinxcontrib-confluencebuilder.atlassian.net/

v0.6-body elements

body elements

The follow shows a series of body elements markup defined in reStructuredText
and handled by the Sphinx engine:

bullet lists

Here is an example of bullet lists:

  • This is the first bullet list item. The blank line above the first list item
    is required; blank lines between list items (such as below this paragraph)
    are optional.
  • This paragraph in the second item in the list.

This is the second paragraph in the second item in the list. The blank line
above this paragraph is required. The left edge of this paragraph lines up
with the paragraph above, both indented relative to the bullet.

This is the third paragraph in the second item in the list. The left edge of
this paragraph lines up with the paragraph above, both indented relative to
the bullet.

  • This is a sublist. The bullet lines up with the left edge of the text
    blocks above. A sublist is a new list so requires a blank line above and
    below.
  • This is the third item of the main list.
  • This is the forth item of the main list.

This paragraph is not part of the list.

enumerated lists

Here is an example of enumerated lists:

  1. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  2. Fusce vestibulum erat id massa vehicula, a suscipit ligula vestibulum.

Another list:

  1. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  2. Fusce quis nibh quis dui aliquet maximus ac vel felis.
  3. Duis vehicula sem non turpis eleifend imperdiet.
  4. Maecenas ultricies neque ac dui ultricies pretium.
  5. Donec vitae metus hendrerit, placerat tellus suscipit, venenatis diam.
  6. Nulla at erat et odio accumsan dignissim et quis neque.

And another list:

  1. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  2. Donec viverra nisi in magna vulputate blandit.
  3. Proin vulputate diam sit amet pharetra bibendum.
  1. Morbi et massa eget nisi fermentum commodo.
  2. Sed varius dui sed dui maximus aliquet.
  3. Fusce mollis risus ac finibus accumsan.

Note: Only auto-enumeration is supported in this extension.

transition

A transition (or horizontal rule) can be used to seperate content.


This is my content.