literal_block.txt 298 B

123456789
  1. Literal blocks are either indented or line-prefix-quoted blocks,
  2. and indicated with a double-colon ("::") at the end of the
  3. preceding paragraph (right here -->)::
  4. if literal_block:
  5. text = 'is left as-is'
  6. spaces_and_linebreaks = 'are preserved'
  7. markup_processing = None