Author: felixwiemann
Date: 2005-10-29 13:53:25 +0200 (Sat, 29 Oct 2005)
New Revision: 3966
Modified:
trunk/docutils/docs/ref/rst/directives.txt
trunk/docutils/docs/ref/rst/restructuredtext.txt
Log:
added missing target; typo
Modified: trunk/docutils/docs/ref/rst/directives.txt
===================================================================
--- trunk/docutils/docs/ref/rst/directives.txt 2005-10-28 17:22:22 UTC (rev 3965)
+++ trunk/docutils/docs/ref/rst/directives.txt 2005-10-29 11:53:25 UTC (rev 3966)
@@ -1273,6 +1273,8 @@
describe your situation in an email to the Docutils-users_ mailing
list.
+.. _Docutils-users: ../../user/mailing-lists.html#docutils-users
+
The "raw" directive indicates non-reStructuredText data that is to be
passed untouched to the Writer. The names of the output formats are
given in the directive arguments. The interpretation of the raw data
Modified: trunk/docutils/docs/ref/rst/restructuredtext.txt
===================================================================
--- trunk/docutils/docs/ref/rst/restructuredtext.txt 2005-10-28 17:22:22 UTC (rev 3965)
+++ trunk/docutils/docs/ref/rst/restructuredtext.txt 2005-10-29 11:53:25 UTC (rev 3966)
@@ -2239,7 +2239,7 @@
..
|even| this:: !
-A explicit markup start followed by a blank line and nothing else
+An explicit markup start followed by a blank line and nothing else
(apart from whitespace) is an "empty comment". It serves to terminate
a preceding construct, and does **not** consume any indented text
following. To have a block quote follow a list or any indented
|