Skip to content

Commit 67b2755

Browse files
authored
fix: update tf highlight example in CONTRIBUTING (#126)
Leveraging an extra backtick in the wrapper to encourage the middle sample to render properly.
1 parent 3a8fa16 commit 67b2755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ The following criteria exists for two reasons:
179179
- When increasing the level of a header, the header's level must be incremented by one each time.
180180
- Any `.hcl` code snippets must be labeled as `.tf` snippets instead
181181

182-
```txt
183-
\`\`\`tf
182+
````txt
183+
```tf
184184
Content
185-
\`\`\`
186185
```
186+
````
187187

188188
#### Namespace (contributor profile) criteria
189189

0 commit comments

Comments
 (0)