We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c92d7c commit 7848190Copy full SHA for 7848190
docs/usage/advanced.md
@@ -14,11 +14,11 @@ These can be especially **helpful** if have to manage multiple **Variables** and
14
15
### How to use
16
17
-| Type | Example | Note |
18
-| :--------------------- | :------------------ | :--------------- |
19
-| Body | `{{@data.key}}` | |
20
-| Header | `{{#Content_Type}}` | `-` becomes `_` |
21
-| [Variable](#variables) | `{{.VAR}}` | always uppercase |
+| Type | Example | Note |
+| :------------------------------------- | :------------------ | :--------------- |
+| Body | `{{@data.key}}` | |
+| Header | `{{#Content_Type}}` | `-` becomes `_` |
+| [Variable](../configuration/variables) | `{{.VAR}}` | always uppercase |
22
23
### Where to use
24
0 commit comments