diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-29 11:53:25 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-29 11:53:25 +0000 |
| commit | aa43f9b2f4f6e2b17e7cc105ff0ff1a9ee8f81da (patch) | |
| tree | a0dfbbf6bb8abf92491544949df4e915fd5c1a1d /docutils/docs/ref | |
| parent | 61f49f8686767b5c890923f07888fddc82128d6e (diff) | |
| download | docutils-aa43f9b2f4f6e2b17e7cc105ff0ff1a9ee8f81da.tar.gz | |
added missing target; typo
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3966 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 2 | ||||
| -rw-r--r-- | docutils/docs/ref/rst/restructuredtext.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index ec6dceb41..a2b016f57 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -1273,6 +1273,8 @@ Raw Data Pass-Through 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 diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt index 3359d19a7..d503d9054 100644 --- a/docutils/docs/ref/rst/restructuredtext.txt +++ b/docutils/docs/ref/rst/restructuredtext.txt @@ -2239,7 +2239,7 @@ constructs is recognized, leave the ".." on a line by itself:: .. |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 |
