Skip to content

Commit 447ed0f

Browse files
committed
More review fixes.
1 parent 6182ec9 commit 447ed0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/DOCUMENTATION_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Any changes to the Table of Contents will need to be made in the regular [devdoc
3131

3232
## Code samples
3333

34-
For formatting and code coloring, wrap code samples in the following format:
35-
Replace the `xml` with the corresponding language (tupe) of the code sample. Use `bash` for shell commands and `terminal` for terminal output.
34+
For code highlighting, wrap code samples in the following format:
3635

3736
```xml
3837
<xmlSample>
@@ -41,6 +40,8 @@ Replace the `xml` with the corresponding language (tupe) of the code sample. Use
4140
</xmlSample>
4241
```
4342

43+
Replace the `xml` with the corresponding language (tupe) of the code sample. Use `bash` for shell commands and `terminal` for terminal output.
44+
4445
## Markdown tables
4546

4647
| Header | Header |

0 commit comments

Comments
 (0)