Skip to content

Commit a8f633c

Browse files
greeting should use html escaping
1 parent 170f851 commit a8f633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts/examples/hello_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tools:
1515
image: busybox:latest
1616
command:
1717
- echo
18-
- "{{greeting|safe}}"
18+
- "{{greeting}}"
1919
---
2020

2121
# prompt user

0 commit comments

Comments
 (0)