Needed files for examples.
[docutils/kirr.git] / sandbox / docbook / test_files / bullet_list.rst
blobadf457b86b74cb605197bb36170d9c2bc6246e62
1 .. $Id$
3 This paragraph comes before the list.
5 - This is the first bullet list item.  The blank line above the
6   first list item is required; blank lines between list items
7   (such as below this paragraph) are optional.
9 - This is the first paragraph in the second item in the list.
11   This is the second paragraph in the second item in the list.
12   The blank line above this paragraph is required.  The left edge
13   of this paragraph lines up with the paragraph above, both
14   indented relative to the bullet.
16   - This is a sublist.  The bullet lines up with the left edge of
17     the text blocks above.  A sublist is a new list so requires a
18     blank line above and below.
20   - second item sublist.
22 - This is the third item of the main list.
24 This paragraph is not part of the list.