summaryrefslogtreecommitdiff
path: root/docs/dev/rst
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-07-13 03:01:44 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-07-13 03:01:44 +0000
commitf598ea8f0de41e066fa59badcf0299026dabbb84 (patch)
treee99bc281692dfcc8019695a7458b7e9e7ec4d7cc /docs/dev/rst
parent36e8c4fdb6ac9dc864c9afea3486f259b55b1137 (diff)
downloaddocutils-f598ea8f0de41e066fa59badcf0299026dabbb84.tar.gz
fixed link
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
-rw-r--r--docs/dev/rst/alternatives.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt
index 2bd12e784..92681bb2e 100644
--- a/docs/dev/rst/alternatives.txt
+++ b/docs/dev/rst/alternatives.txt
@@ -1436,11 +1436,11 @@ A new type of "inline external hyperlink" has been proposed.
+ Problems:
- - The "`ref`_(URL)" syntax forces the last word of the reference
- text to be joined to the URL, making a potentially very long
- word that can't be wrapped (URLs can be very long). The
- reference and the URL should be separate. This is a symptom
- of the following point:
+ - The ``"`ref`_(URL)"`` syntax forces the last word of the
+ reference text to be joined to the URL, making a potentially
+ very long word that can't be wrapped (URLs can be very long).
+ The reference and the URL should be separate. This is a
+ symptom of the following point:
- The syntax produces a single compound construct made up of two
equally important parts, *with syntax in the middle*, *between*