Unordered enumeration list
An unordered list consists of text blocks (bullets) beginning with a "-", "+" or "*", followed by a space.
Properties
- Regardless of the bullet type, a box is displayed as a bullet in the Library Manager.
- The asterisk "*" must not be used at the beginning of the comment.
- The list items are left aligned.
- The indentation of the bullet determines whether the entry is a main list or a sublist. The bullet character of a sublist begins at the level of the text of the list items in the main list.
- There is a space between the bullet and the text of the first line of a list item.
- If the text of a list item extends over several lines, the text of the continuation lines must begin at the level of the text of the first line.
- A blank line must be inserted before the first list item on a level. Blank lines between the individual list items and after the last list item on a level are optional.
- In the Library Manager, the main list and sublist are displayed as one block without blank lines.
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.
*)