Skip to content

Commit 6019bb9

Browse files
authoredMar 5, 2025
Merge pull request #387 from C-Mejlak/christian/escape-curly-braces
chore: escape curly braces so MDX does not treat them as an expression
2 parents 1ce409d + 4acaef4 commit 6019bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎step-cli/reference/ca/token/README.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ $ step ca token --kms yubikey:pin-value=123456 \
315315
```
316316

317317
Generate a token with custom data in the "user" claim. The example below can be
318-
accessed in a template as **{{ .Token.user.field }}**, rendering to the string
318+
accessed in a template as **\{\{ .Token.user.field }}**, rendering to the string
319319
"value".
320320

321321
This is distinct from **.Insecure.User**: any attributes set using this option

0 commit comments

Comments
 (0)