Skip to content

Commit 3644c90

Browse files
committed
Don't double-render in a chooser
1 parent daa5e51 commit 3644c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/get-started/kubernetes/review-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Let's review some of the generated project files:
1919

2020
{{% choosable language csharp %}}
2121

22-
- `Program.cs` with a simple entry point.
22+
- `Program.cs` with a simple entry point, yo.
2323

2424
{{% /choosable %}}
2525

layouts/shortcodes/chooser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
<pulumi-chooser
99
type="{{ $type }}"
1010
options="{{ $options }}"
11-
mode="{{ $mode }}">{{ .Inner | markdownify }}</pulumi-chooser>
11+
mode="{{ $mode }}">{{ .Inner }}</pulumi-chooser>
1212
</div>

0 commit comments

Comments
 (0)