11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
|
%YAML 1.1
|
||
|
---
|
||
|
!!map {
|
||
|
? !!str "strip"
|
||
|
: !!str "text",
|
||
|
? !!str "clip"
|
||
|
: !!str "text\n",
|
||
|
? !!str "keep"
|
||
|
: !!str "text\L",
|
||
|
}
|