fix: update tf highlight example in CONTRIBUTING (#126)

Leveraging an extra backtick in the wrapper to encourage the middle
sample to render properly.
This commit is contained in:
Charlie Voiselle 2025-05-30 15:58:29 -04:00 committed by GitHub
parent 3a8fa168d0
commit 67b27550cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,11 +179,11 @@ The following criteria exists for two reasons:
- When increasing the level of a header, the header's level must be incremented by one each time. - When increasing the level of a header, the header's level must be incremented by one each time.
- Any `.hcl` code snippets must be labeled as `.tf` snippets instead - Any `.hcl` code snippets must be labeled as `.tf` snippets instead
```txt ````txt
\`\`\`tf ```tf
Content Content
\`\`\`
``` ```
````
#### Namespace (contributor profile) criteria #### Namespace (contributor profile) criteria