Block Break: . +++ .
. Block Break Split Markers: . + + + + xfsdfsdf .
. Block Break Too Few Markers: . ++ .

++

. Block Break terminates other blocks: . a +++ - b +++ > c +++ .

a



c


. Target: . (a)= .
(a)=
. Target characters: . (a bc |@<>*./_-+:)= .
(a bc |@<>*./_-+:)=
. Empty target: . ()= .

()=

. Escaped target: . \(a)= .

(a)=

. Indented target: . (a)= .
(a)=
. Target terminates other blocks: . a (a-b)= - b (a b)= > c (a)= .

a

(a-b)=
(a b)=

c

(a)=
. Comment: . % abc . . Comment terminates other blocks: . a % abc - b % abc > c % abc .

a

c

. Multiline comment: . a % abc % def - b % abc %def > c %abc % %def .

a

c

. Indented by 4 spaces . +++ % abc (a)= .
+++

% abc

(a)=
. Indented by 4 spaces, DISABLE-CODEBLOCKS . +++ % abc (a)= .
(a)=
.