summaryrefslogtreecommitdiff
path: root/sandbox/grubert/test/from_test_txt-09.txt
blob: 4921e3a8799fb1c0a8be5bfdfb376b217a072f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Literal Blocks
--------------

Literal blocks are indicated with a double-colon ("::") at the end of
the preceding paragraph (over there ``-->``).  They can be indented::

    if literal_block:
        text = 'is left as-is'
        spaces_and_linebreaks = 'are preserved'
        markup_processing = None

Or they can be quoted without indentation::

>> Great idea!
>
> Why didn't I think of that?