summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-11-25 21:46:28 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-11-25 21:46:28 +0000
commitb5d3261cc76590df360d65281f8cf7d6370eb4a8 (patch)
tree03cd75745c39cc15c6097aacfb71741f69f8ea30
parente44c7e7c66a2ff0339be0b4e7480f2eeaa994414 (diff)
downloaddocutils-b5d3261cc76590df360d65281f8cf7d6370eb4a8.tar.gz
added bug about block quote attributions; fixed typo in todo.txt
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--BUGS.txt31
-rw-r--r--docs/dev/todo.txt2
2 files changed, 32 insertions, 1 deletions
diff --git a/BUGS.txt b/BUGS.txt
index 35b8ab51f..c0d46aae8 100644
--- a/BUGS.txt
+++ b/BUGS.txt
@@ -111,6 +111,37 @@ Known Bugs
Also see the `SourceForge Bug Tracker`_.
+* The reST parser does not recognize _`block quote attributions` that
+ have an indented second line, but only if there is any text after
+ the block quote::
+
+ $ rst2pseudoxml.py
+ Block quote.
+
+ -- This is
+ the attribution.
+
+ Normal text.
+ <document source="<stdin>">
+ <block_quote>
+ <paragraph>
+ Block quote.
+ <definition_list>
+ <definition_list_item>
+ <term>
+ -- This is
+ <definition>
+ <paragraph>
+ the attribution.
+ <paragraph>
+ Normal text.
+
+ According to `the spec`__, it should work: "If the attribution
+ consists of multiple lines, the left edges of the second and
+ subsequent lines must align."
+
+ __ docs/ref/rst/restructuredtext.html#block-quotes
+
* _`List items with an empty first line` don't work as expected::
1.
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt
index 36c450868..e9561c488 100644
--- a/docs/dev/todo.txt
+++ b/docs/dev/todo.txt
@@ -501,7 +501,7 @@ General
and they won't show up correctly in the screen presentation.
-- `Easy Slide Shows With reStructuredText & S5
- <../user/slide-shows.html>`_
+ <../user/slide-shows.html>`_
Documentation