Add example for comments.

This commit is contained in:
Georg Brandl
2008-11-09 19:56:14 +01:00
parent e300408a2b
commit 4f900741b7

View File

@@ -291,7 +291,17 @@ Comments
--------
Every explicit markup block which isn't a valid markup construct (like the
footnotes above) is regarded as a comment.
footnotes above) is regarded as a comment. For example::
.. This is a comment.
You can indent text after a comment start to form multiline comments::
..
This whole indented block
is a comment.
Still in the comment.
Source encoding