MAP transformation text, add white space example (#10766)
Add simple white space escape example for MAP key Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
This commit is contained in:
parent
6ba1606e52
commit
6df474a994
@ -19,15 +19,17 @@ key=value
|
||||
0=OFF
|
||||
ON=1
|
||||
OFF=0
|
||||
white\ space=showing escape
|
||||
=default
|
||||
```
|
||||
|
||||
| input | output |
|
||||
|------------|-----------|
|
||||
| `1` | `ON` |
|
||||
| `OFF` | `0` |
|
||||
| `key` | `value` |
|
||||
| `anything` | `default` |
|
||||
| input | output |
|
||||
|---------------|----------------|
|
||||
| `1` | `ON` |
|
||||
| `OFF` | `0` |
|
||||
| `key` | `value` |
|
||||
| `white space` | `using escape` |
|
||||
| `anything` | `default` |
|
||||
|
||||
## Usage as a Profile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user