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 a1c025f commit 60a0677Copy full SHA for 60a0677
STYLE_GUIDE.md
@@ -82,3 +82,12 @@ MyAlgorithm(argOne, argTwo):
82
- Let {something} be {true}.
83
- Return {something}.
84
```
85
+
86
+## Definitions
87
88
+For important terms, use
89
+[Spec Markdown definition paragraphs](https://spec-md.com/#sec-Definition-Paragraph).
90
91
+Definition paragraphs start with `::` and add the matching italicized term to
92
+the [specification index](https://spec.graphql.org/draft/#index), making it easy
93
+to reference them.
0 commit comments