We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e59a5 commit 2eef763Copy full SHA for 2eef763
.github/DOCUMENTATION_TEMPLATE.md
@@ -31,12 +31,13 @@ Any changes to the table of contents will need to be made through a separate pul
31
For technical words such as a database table name, wrap with single backticks: `tablename`.
32
For code block highlighting, wrap code samples in the following format:
33
34
-```xml
35
-<xmlSample>
36
- ...
37
38
-</xmlSample>
39
-```
+
+ ```xml
+ <xmlSample>
+ ...
+ </xmlSample>
40
+ ```
41
42
Replace the `xml` with the corresponding language (tupe) of the code sample. Use `bash` for shell commands and `terminal` for terminal output.
43
0 commit comments