Skip to content

Commit 2eef763

Browse files
authored
Indenting so markdown syntax shows.
1 parent 70e59a5 commit 2eef763

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/DOCUMENTATION_TEMPLATE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ Any changes to the table of contents will need to be made through a separate pul
3131
For technical words such as a database table name, wrap with single backticks: `tablename`.
3232
For code block highlighting, wrap code samples in the following format:
3333

34-
```xml
35-
<xmlSample>
36-
...
37-
...
38-
</xmlSample>
39-
```
34+
35+
```xml
36+
<xmlSample>
37+
...
38+
...
39+
</xmlSample>
40+
```
4041

4142
Replace the `xml` with the corresponding language (tupe) of the code sample. Use `bash` for shell commands and `terminal` for terminal output.
4243

0 commit comments

Comments
 (0)