summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-02-15 10:21:45 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-02-15 10:21:45 +0000
commit40dc78620d1888b6e5bede399c32dcd02f46386f (patch)
treebd667d3c3994082fefa82ba739657641b240d9c4
parent957b1de4d42e5a91ee79442ccf8f26850ba0b562 (diff)
downloaddocutils-40dc78620d1888b6e5bede399c32dcd02f46386f.tar.gz
Add ``+`` and ``:`` to simple names
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5511 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docs/ref/rst/restructuredtext.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt
index 3b6f4e688..f9dcdcd10 100644
--- a/docs/ref/rst/restructuredtext.txt
+++ b/docs/ref/rst/restructuredtext.txt
@@ -378,11 +378,11 @@ Reference Names
===============
Simple reference names are single words consisting of alphanumerics
-plus isolated (no two adjacent) internal hyphens, underscores, and
-periods; no whitespace or other characters are allowed. Footnote
-labels (Footnotes_ & `Footnote References`_), citation labels
-(Citations_ & `Citation References`_), `interpreted text`_ roles, and
-some `hyperlink references`_ use the simple reference name syntax.
+plus isolated (no two adjacent) internal hyphens, underscores,
+periods, colons and plus signs; no whitespace or other characters are
+allowed. Footnote labels (Footnotes_ & `Footnote References`_), citation
+labels (Citations_ & `Citation References`_), `interpreted text`_ roles,
+and some `hyperlink references`_ use the simple reference name syntax.
Reference names using punctuation or whose names are phrases (two or
more space-separated words) are called "phrase-references".