The rST specification states in one example that
"A footnote contains body elements, consistently indented by at least 3 spaces."
The minimal indentation in rST is one space.
-- a/docutils/docs/ref/rst/restructuredtext.rst+++ b/docutils/docs/ref/rst/restructuredtext.rst@@ -179,7 +179,10 @@ Here are examples of `body elements`_: - Footnotes_::
.. [1] A footnote contains body elements, consistently
- indented by at least 3 spaces.+ indented by at least 1 space.++ The least indented line sets the reference+ indentation, so this is a nested block quote. - Citations_::
The attached patch also adds some more examples
and moves the paragraph about paragraph alignment to the top of the section
Proposed patch:
The attached patch also adds some more examples
and moves the paragraph about paragraph alignment to the top of the section
Fixed in [r10271].
Related
Commit: [r10271]