We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7244f2 commit 4237f0bCopy full SHA for 4237f0b
writing-docs/STYLEGUIDE.md
@@ -214,3 +214,8 @@ spec items are available in.
214
215
Do not embed HTML in the documentation files.
216
217
+## Nits
218
+
219
+Do not leave trailing whitespace inside a `C<>` tag (CI tests will fail).
220
+If there is a formatting reason why this is *absolutely* required, you can prefix
221
+the use something like 'Z<ignore-code-ws>C<foo >`.
0 commit comments