docs: fix formatting of note callouts (#16761)

Fixes the formatting of several note callouts. Previously, these would render incorrectly both on GitHub and on the documentation site.
This commit is contained in:
Lucas Melin
2025-03-07 10:35:14 -05:00
committed by GitHub
parent 17f8e93d0c
commit db064ed0f8
7 changed files with 18 additions and 11 deletions

View File

@ -166,7 +166,8 @@ inside the Terraform. See the
[workspace tags documentation](../admin/templates/extending-templates/workspace-tags.md)
for more information.
> [!NOTE] Workspace tags defined with the `coder_workspace_tags` data source
> [!NOTE]
> Workspace tags defined with the `coder_workspace_tags` data source
> template **do not** automatically apply to the template import job! You may
> need to specify the desired tags when importing the template.
@ -190,7 +191,8 @@ However, it will not pick up any build jobs that do not have either of the
from templates with the tag `scope=user` set, or build jobs from templates in
different organizations.
> [!NOTE] If you only run tagged provisioners, you will need to specify a set of
> [!NOTE]
> If you only run tagged provisioners, you will need to specify a set of
> tags that matches at least one provisioner for _all_ template import jobs and
> workspace build jobs.
>

View File

@ -79,7 +79,8 @@ data "coder_parameter" "security_groups" {
}
```
> [!NOTE] Overriding a `list(string)` on the CLI is tricky because:
> [!NOTE]
> Overriding a `list(string)` on the CLI is tricky because:
>
> - `--parameter "parameter_name=parameter_value"` is parsed as CSV.
> - `parameter_value` is parsed as JSON.