MAP transformation text, add white space example ()

Add simple white space escape example for MAP key

Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
This commit is contained in:
Ross Kennedy 2021-05-28 14:07:53 +01:00 committed by GitHub
parent 6ba1606e52
commit 6df474a994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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