summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-06-04 21:38:21 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-06-04 21:38:21 +0000
commit846de02aa08e01d975bfea08a772224a0c515b0b (patch)
tree6cf1261da6ca6f748004e0d26b8c52af4407229d /docutils/docs/ref
parent02eafe5258003eff75867ce9302ef8d2e17ece9a (diff)
downloaddocutils-846de02aa08e01d975bfea08a772224a0c515b0b.tar.gz
added support for unicode bullets
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4593 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/rst/restructuredtext.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt
index 808d5bd42..09c48486b 100644
--- a/docutils/docs/ref/rst/restructuredtext.txt
+++ b/docutils/docs/ref/rst/restructuredtext.txt
@@ -1,6 +1,9 @@
+.. -*- coding: utf-8 -*-
+
=======================================
reStructuredText Markup Specification
=======================================
+
:Author: David Goodger
:Contact: goodger@python.org
:Revision: $Revision$
@@ -78,7 +81,7 @@ Here are examples of `body elements`_:
- This is a bullet list.
- - Bullets can be "-", "*", or "+".
+ - Bullets can be "*", "+", or "-".
2. `Enumerated lists`_::
@@ -609,10 +612,10 @@ Bullet Lists
Doctree elements: bullet_list, list_item.
-A text block which begins with a "-", "*", or "+", followed by
-whitespace, is a bullet list item (a.k.a. "unordered" list item).
-List item bodies must be left-aligned and indented relative to the
-bullet; the text immediately after the bullet determines the
+A text block which begins with a "*", "+", "-", "•", "‣", or "⁃",
+followed by whitespace, is a bullet list item (a.k.a. "unordered" list
+item). List item bodies must be left-aligned and indented relative to
+the bullet; the text immediately after the bullet determines the
indentation. For example::
- This is the first bullet list item. The blank line above the