summaryrefslogtreecommitdiff
path: root/BUGS.txt
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-05-14 13:49:07 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-05-14 13:49:07 +0000
commitcaf5421e27dd57d02dc9d1f7adf54b1507db386d (patch)
tree27f29bee7de30fccf9fcba6ff9870f7edbd6997c /BUGS.txt
parent56792220fdf84f739e7c03b359a1007b8e5bbeaa (diff)
downloaddocutils-caf5421e27dd57d02dc9d1f7adf54b1507db386d.tar.gz
added bug about hyperlink references in substitutions;
thanks to Grégoire Weber for reporting this! git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4551 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'BUGS.txt')
-rw-r--r--BUGS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUGS.txt b/BUGS.txt
index 581fd9442..ad335a9e6 100644
--- a/BUGS.txt
+++ b/BUGS.txt
@@ -111,6 +111,14 @@ Known Bugs
Also see the `SourceForge Bug Tracker`_.
+* There's a problem with _`hyperlink references in substitutions`::
+
+ |rst| is cool!
+
+ .. |rst| replace:: reStructuredText_
+
+ .. _reStructuredText: http://docutils.sourceforge.net/rst.html
+
* 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