diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-07-31 16:19:28 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-07-31 16:19:28 +0000 |
| commit | 8d8218de19a9daed1864da862e16596f87c01ad2 (patch) | |
| tree | 1bd176265a7a819de9a6743d4d4df9c3d0a1cf73 | |
| parent | f34bd86a3ded200e0970d76c9188d097b05d3655 (diff) | |
| download | docutils-8d8218de19a9daed1864da862e16596f87c01ad2.tar.gz | |
whitespace
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3785 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/BUGS.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/BUGS.txt b/docutils/BUGS.txt index d1d98979a..47d473c3d 100644 --- a/docutils/BUGS.txt +++ b/docutils/BUGS.txt @@ -187,7 +187,7 @@ Also see the `SourceForge Bug Tracker`_. <substitution_definition names="x"> x <paragraph> - x + x x Here's a probably related bug:: @@ -209,7 +209,7 @@ Also see the `SourceForge Bug Tracker`_. $ rst2pseudoxml.py <<EOF > ref [#abc]_ [#]_ [1]_ [#4]_ - > + > > .. [#abc] footnote > .. [#] two > .. [1] one @@ -272,7 +272,7 @@ Also see the `SourceForge Bug Tracker`_. .. _section: This paragraph is explicitly targeted with the name "section". - + When processed to HTML, the 2 internal hyperlinks (to "contents" & "section") will work fine, but hyperlinks from outside the document using ``href="...#contents"`` and ``href="...#section"`` won't work. |
