Skip to content

Commit

Permalink
update line num highlighting in snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Will Tsai <[email protected]>
  • Loading branch information
willtsai committed Nov 1, 2023
1 parent e3716e5 commit 81d5d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Begin by creating a file named `app.bicep` with a Radius [container]({{< ref "gu

Add the following [`runtimes`]({{< ref "reference/resource-schema/core-schema/container-schema#runtimes" >}}) configuration to the container definition in your `app.bicep` file. This allows you to punch through the Radius abstraction and directly apply any part of the Kubernetes PodSpec. In this example you're adding an additional sidecar container:

{{< rad file="snippets/patch-runtime.bicep" embed=true markdownConfig="{linenos=table,hl_lines=[\"18-30\"]}" >}}
{{< rad file="snippets/patch-runtime.bicep" embed=true markdownConfig="{linenos=table,hl_lines=[\"21-37\"]}" >}}

> Remember to save your `app.bicep` file after you've made the above changes.
Expand Down

0 comments on commit 81d5d86

Please sign in to comment.