Skip to content

Latest commit

 

History

History
156 lines (141 loc) · 1.46 KB

File metadata and controls

156 lines (141 loc) · 1.46 KB

Block Break: . +++ .


.

Block Break Split Markers: .

        • xfsdfsdf .

.

Block Break Too Few Markers: . ++ .

++

.

Block Break terminates other blocks: . a +++

  • b +++

c +++ .

a


  • b

c


.

Target: . (a)= .

.

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

.

Empty target: . ()= .

()=

.

Escaped target: . (a)= .

(a)=

.

Escaped target 2: . (a)= .

(a)=

.

Indented target: . (a)= .

.

Target terminates other blocks: . a (a-b)=

  • b (a b)=

c (a)= .

a

  • b

c

.

Comment: . % abc .

.

Comment terminates other blocks: . a % abc

  • b % abc

c % abc .

a

  • b

c

.

Multiline comment: . a % abc % def

  • b % abc %def

c %abc % %def .

a

  • b

c