Ungeordnete Aufzählungsliste

Eine ungeordnete Liste besteht aus Textblöcken (Aufzählungspunkten), die mit einem „-“, „+“ oder „*“ gefolgt von einem Leerzeichen beginnen.

Eigenschaften

Prinzip

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

Beispiel

Das folgende Beispiel zeigt eine ungeordnete Aufzählungsliste mit zwei Ebenen. Vor den Listeneinträgen der Teilliste befinden sich zwei Leerzeichen.
(Im Beispielprojekt: 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.
*)

Ungeordnete Aufzählungsliste 1: