diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-15 00:37:51 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-15 00:37:51 +0000 |
| commit | f8578749f62d7b2f3ba8d76771e66d3424f97873 (patch) | |
| tree | 34084e857362eb7cf263db7d54aea659b687fe2e /docutils/docs/ref | |
| parent | 912197952d543cfd6625a68c4ebfb4b6f4f53a77 (diff) | |
| download | docutils-f8578749f62d7b2f3ba8d76771e66d3424f97873.tar.gz | |
differentiate between paths and URIs
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3046 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/restructuredtext.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt index a7841ac63..e8109bc28 100644 --- a/docutils/docs/ref/rst/restructuredtext.txt +++ b/docutils/docs/ref/rst/restructuredtext.txt @@ -1782,8 +1782,9 @@ indirect. explicit markup start and target name, or it may begin in an indented text block immediately following, with no intervening blank lines. If there are multiple lines in the link block, they - are stripped of leading and trailing whitespace and concatenated. - The following external hyperlink targets are equivalent:: + are concatenated. Any whitespace is removed (whitespace is + permitted to allow for line wrapping). The following external + hyperlink targets are equivalent:: .. _one-liner: http://docutils.sourceforge.net/rst.html |
