Skip to content

Commit 6534db0

Browse files
authored
Update CONTRIBUTING.md
1 parent 59c5d29 commit 6534db0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ You can preview changes locally before pushing them to GitHub. To do this:
155155
If your article includes code snippets, it’s helpful to include tests to ensure that they run correctly.
156156

157157
1. Name the code snippet:
158-
159-
```{.cpp file=snippet-name}
160-
// code here
161-
```
162-
158+
````
159+
```{.cpp file=snippet-name}
160+
// code here
161+
```
162+
````
163163
3. Run `extract_snippets.py` from the `test` directory to extract snippets into header files. Create a test file that includes these headers and checks their behavior.
164164
4. You can run all tests with the `test.sh` script:
165165
```console

0 commit comments

Comments
 (0)