blob: 38a77996e46caa3ac98b509a58bb8d3bc0ee1b0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Multi-line string where line breaks need to be preserved.
# When the line begins with '|', the next line needs to be indented, and all
# the other lines thereafter need to have indent level greater than that of
# the first line.
--- |
line 1
line 2
line 3
2 blanks follow
|