diff --git a/docs/admin/templates/extending-templates/parameters.md b/docs/admin/templates/extending-templates/parameters.md index 4cb9e786d642e..5db1473cec3ec 100644 --- a/docs/admin/templates/extending-templates/parameters.md +++ b/docs/admin/templates/extending-templates/parameters.md @@ -293,10 +293,11 @@ data "coder_parameter" "instances" { } ``` -**NOTE:** as of -[`terraform-provider-coder` v0.19.0](https://registry.terraform.io/providers/coder/coder/0.19.0/docs), -`options` can be specified in `number` parameters; this also works with -validations such as `monotonic`. +> [!NOTE] +> As of +> [`terraform-provider-coder` v0.19.0](https://registry.terraform.io/providers/coder/coder/0.19.0/docs), +> `options` can be specified in `number` parameters; this also works with +> validations such as `monotonic`. ### String