bullet-lists (番号なしリスト)¶
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists
sample 1¶
reST sample
Bullet lists:
- This is item 1
- This is item 2
- Bullets are "-", "*" or "+".
Continuing text must be aligned
after the bullet and whitespace.
Note that a blank line is required
before the first item and after the
last, but is optional between items.
output sample
Bullet lists:
- This is item 1
- This is item 2
- Bullets are “-”, “*” or “+”. Continuing text must be aligned after the bullet and whitespace.
Note that a blank line is required before the first item and after the last, but is optional between items.