summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-22 02:09:54 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-22 02:09:54 +0000
commit75a6f005791e52d0c6317911bd70b0daeb59a1ff (patch)
tree879f60be6fb71d95e0a195f0687360cd1d8912a6
parent4f06cae256ef94599c877f89f6498785ac6c2e68 (diff)
downloaddocutils-address-rendering@4309.tar.gz
added bug with ".. __foo: bar"address-rendering@4309
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4309 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--BUGS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS.txt b/BUGS.txt
index 8bb781508..441e68cf2 100644
--- a/BUGS.txt
+++ b/BUGS.txt
@@ -111,6 +111,12 @@ Known Bugs
Also see the `SourceForge Bug Tracker`_.
+* .. _target with underscore:
+
+ The reStructuredText parser recognizes ``.. __foo: bar`` as a target
+ with the name ``_foo``. That's most probably not intended by the
+ user, so the parser should generate an error message instead.
+
* The "stylesheet" setting (a URL, to be used verbatim) should be
allowed to be combined with "embed_stylesheet". The stylesheet data
should be read in using urllib. There was an assumption that a