The following is a valid comment in rST:

..
     This starts the comment block because it immediately follows the
".." line and is indented.

     This is also part of the comment block because it is indented.

This is not part of the comment block because it is not indented.

Sometimes you want to follow a comment by some indented non-comment
stuff.  In that case you have to use the empty comment (".." followed
by an empty line) to tell rST that the indented text should not be
interpreted as part of the comment.  For example:

.. This is a comment.
..

      This is not a comment because the empty comment precedes it.

.. This is another comment.

      This is part of the comment because it is indented.
..

      This is not a comment because the empty comment preceded it.

This is also not a comment.

I hopes this helps to clarify things.

TL

--

You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.


Reply via email to