Skip to content

Commit 51c30d0

Browse files
committed
add > to render code snippet correctly
1 parent dc8cd19 commit 51c30d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/protocols/transform/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,10 @@ After selecting a property/trait, select JSON Path or Simple String to change th
111111

112112
> info ""
113113
> When you see properties that have the escape character `\` in them - this escape character `\` is added to differentiate between a property name that has a . in it, and a nested field, like so:
114-
115-
```
114+
> ```
116115
> ingredients.salad → "ingredients": { "salad": "yum" }
117116
> ingredients\.salad → "ingredients.salad": "yum"
118-
```
117+
> ```
119118
120119
### Step 3: Name the transformation and enable it
121120

0 commit comments

Comments
 (0)