Unordered enumeration list

An unordered list consists of text blocks (bullets) beginning with a "-", "+" or "*", followed by a space.

Properties

Principle

+----+-----------------+
|"- "|list item        |
|    |(body elements)  |
+----+-----------------|

Sample

The following sample shows an unordered enumeration list with two levels. There are two spaces before the list items in the sublist.
(In sample project: B_DocuElements\Lists\FB_Libdoc_UnorderedEnumerationList)

(*
This paragraph is not part of the list.

- 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 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. A blank line below is optional.

  - 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. A blank line below is optional.

- This is the second item of the main list.

- This is the third item of the main list.

This paragraph is not part of the list.
*)

Unordered enumeration list 1: