You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/15-string-interpolation.mdx
+25-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
toc_min_heading_level: 2
3
-
toc_max_heading_level: 3
3
+
toc_max_heading_level: 2
4
4
---
5
5
6
6
importLinkfrom'@docusaurus/Link';
@@ -12,9 +12,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
12
12
13
13
> Since [v1.0.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v1.0.0)
14
14
15
-
It is often useful to reference settings, captured values and other text throughout your feature and meta files. To support this, Gwen provides a placholder substitution mechanism.
15
+
String interpolation is often useful to reference settings, captured values and other text throughout your feature and meta files. To support this, Gwen provides a placholder substitution mechanism.
16
16
17
-
###Placeholder Syntax
17
+
## Placeholder Syntax
18
18
19
19
Placeholders are declared using the `${placholder}` syntax and can include:
20
20
@@ -25,7 +25,7 @@ Placeholders are declared using the `${placholder}` syntax and can include:
25
25
- A named binding in the currently accessible scope
0 commit comments