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

View File

@ -19,15 +19,17 @@ key=value
0=OFF 0=OFF
ON=1 ON=1
OFF=0 OFF=0
white\ space=showing escape
=default =default
``` ```
| input | output | | input | output |
|------------|-----------| |---------------|----------------|
| `1` | `ON` | | `1` | `ON` |
| `OFF` | `0` | | `OFF` | `0` |
| `key` | `value` | | `key` | `value` |
| `anything` | `default` | | `white space` | `using escape` |
| `anything` | `default` |
## Usage as a Profile ## Usage as a Profile