comment / コメント¶
sample 1: コメントアウトされる例¶
source:
.. This text will not be shown
(but, for instance, in HTML might be
rendered as an HTML comment)
output: (表示されない)
sample 2: コメントアウトされない例¶
source:
An "empty comment" does not
consume following blocks.
(An empty comment is ".." with
blank lines before and after.)
..
So this block is not "lost",
despite its indentation.
output: (コメントアウトされていない)
An “empty comment” does not consume following blocks. (An empty comment is ”..” with blank lines before and after.)
So this block is not “lost”, despite its indentation.